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 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
The part of URL that goes after dynamic param (like
[slug]
) are still not case-sensitive.To Reproduce
pages/dynamic/[slug]/route.js
/dynamic/hello-there/RoUtE
/dynamic/hello-there/route
Also, I forked this repo and tried to write some tests, you can look at them here: #15394
I will be happy to read any advices.
Expected behavior
The part of the url that goes after dynamic param should also be case-sensitive and should send 404 page when try to load it.
System information
Additional context
Relates to #8848
The text was updated successfully, but these errors were encountered: