Troubleshooting Routing Issues in Web Application - Unable to Access Login Page #553
Answered
by
steven-tey
rahilansari261
asked this question in
Q&A
-
Whenever I try to access http://localhost:3000/login, I'm automatically redirected to http://localhost:3000/. I initially used port 8888, but it resulted in an undefined error. After switching to port 3000, the homepage worked fine, but I'm unable to navigate to other pages, specifically the login page. I need assistance in resolving this issue and accessing the login page. |
Beta Was this translation helpful? Give feedback.
Answered by
steven-tey
Jan 21, 2024
Replies: 1 comment
-
Probably something to do with the app middleware logic: https://github.com/dubinc/dub/blob/main/apps/web/lib/middleware/app.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rahilansari261
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably something to do with the app middleware logic: https://github.com/dubinc/dub/blob/main/apps/web/lib/middleware/app.ts