Turbopack doesn't correctly handle catch-all segments in nested route groups #67045
Labels
bug
Issue was opened via the bug report template.
linear: turbopack
Confirmed issue that is tracked by the Turbopack team.
locked
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://github.com/NorthLink-Digital/turbo-catch-all-issue
To Reproduce
Above repo is plain create-next-app with minimal folders/pages added to recreate the issue
Start in normal dev mode (pnpm dev)
Start in dev turbo mode (pnpm dev:turbo)
Current vs. Expected behavior
Following the steps in the previous section, when running with turbo, when hitting http://localhost:3000/admin I should see ADMIN PAGE not CMS PAGE
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: