You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
Verify canary release
Provide environment information
npx --no-install next info [80%]
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
Reproduction: https://github.com/vercel-support/93483-mre
next.config.js
:middleware.js
:When you visit
/
, you will enter a redirect loop.If
middleware.js
or the rewrite on/default
is removed, then there will not be a redirect loop.Expected Behavior
Request for
/
should not result in a redirect loop.Link to reproduction
https://github.com/vercel-support/93483-mre
To Reproduce
Reproduction: https://github.com/vercel-support/93483-mre
next.config.js
:middleware.js
:When you visit
/
, you will enter a redirect loop.The text was updated successfully, but these errors were encountered: