Javascript – Why do I get a nested URL of '/auth/auth/ ' if the URL is not existing?
so I was following a tutorial and somehow stuck in a problem wherein if the URL is not existing in the routes.ts. It redirects to a nested /auth/auth/...../login/ instead of redirecting it to localhost:3000/auth/login middleware.ts import authConfig from "./auth.config" import…