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 closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
What is the documentation issue?
In the "Optional Catch-all Segments", if params is
{}
, can't reach/shop
. The correct value should be{ slug: undefined }
.Is there any context that might help us understand?
Just need to change the params from
{}
to{ slug: undefined }
.Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#optional-catch-all-segments
The text was updated successfully, but these errors were encountered: