-
SummaryWe recently migrated to Next.js 15.1.4 and encountered an issue with Parallel Routes that have dynamic parameters. The same code worked perfectly in Next.js 14.2.23, but it fails in Next.js 15. This issue only occurs on the live site; everything works fine in the local environment. The error observed on the live site is:
Folder Structure:
Next.js 14 Code:
Next.js 15 Code:
Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
same issue, did you found something ? |
Beta Was this translation helpful? Give feedback.
-
Could this be related to the work that has been done in parallel routes? There's no reproduction repository, could someone please set one up? Before tagging core maintainers let's explore the issue. |
Beta Was this translation helpful? Give feedback.
Just one more question, you show:
Is it
ab.com/_next/...rest
?Assuming _next prefix, piecing together the information I have from you and the other threads:
Something like that, could you give it a go?