-
SummaryRunning my code under 15.4.x works fine but when i upgrade i get and error and the app stops. no issue source, no file info, nothing. not sure what to do Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 21 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.


check your rewrite rules for conflicts