Replies: 4 comments 19 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
-
Rename one of the dynamic segments so they’re unique, or switch to a catch-all parameter! app/[category]/[slug]/page.tsx // distinct names or app/[...slug]/page.tsx // rest parameter |
Beta Was this translation helpful? Give feedback.
-
Mmm second time I am seeing this error today - Is there any repository I could take a look at? That error is coming all the way from within a path-to-regexp resolve gone wrong, but what exactly 🤔 |
Beta Was this translation helpful? Give feedback.
-
Im also getting this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Running my code under 15.4.x works fine but when i upgrade i get and error
[TypeError: Can not repeat "slug" without a prefix and suffix]
and the app stops. no issue source, no file info, nothing. not sure what to do
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions