Intercepting Routes with Dynamic catch all segments #72523
Labels
bug
Issue was opened via the bug report template.
Developer Experience
Issues related to Next.js logs, Error overlay, etc.
dynamicIO
Related to dynamicIO.
Navigation
Related to Next.js linking (e.g., <Link>) and navigation.
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Performance
Anything with regards to Next.js performance.
Link to the code that reproduces this issue
https://github.com/programming-with-ia/intercepting-test
To Reproduce
pnpm dev
Working
http://localhost:3001/templates/single -> http://localhost:3001/showcase/single is work
http://localhost:3001/templates/multi/slug -> http://localhost:3001/showcase/single is work
Not Working
http://localhost:3001/templates/multi/slug -> http://localhost:3001/showcase/multi/slug doesn't work (this will show normal page not Intercepting page
Current vs. Expected behavior
when
http://localhost:3001/templates/multi/slug -> http://localhost:3001/showcase/multi/slug show Intercepting page
Provide environment information
Which area(s) are affected? (Select all that apply)
Developer Experience, dynamicIO, Navigation, Parallel & Intercepting Routes, Performance
Which stage(s) are affected? (Select all that apply)
next build (local), next start (local), Vercel (Deployed), Other (Deployed)
Additional context
No response
The text was updated successfully, but these errors were encountered: