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
I started on it, but it stalled on deciding how basepath+redirect should work: #14781
There's also a corner case with the root path that I need to look into.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 29, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
Redirecting trailing slash to non-trailing slash url seems to strip the basepath twice
To Reproduce
yarn next build test/integration/basepath && yarn next start test/integration/basepath
http://localhost:3000/docs/hello/
/hello
, then there seems to be a history replace to/docso
Expected behavior
Redirects to
http://localhost:3000/docs/hello
The text was updated successfully, but these errors were encountered: