Catch all route is unexpectedly activated when combined with parallel intercepting route in next dev --turbo #69299
Labels
bug
Issue was opened via the bug report template.
linear: turbopack
Confirmed issue that is tracked by the Turbopack team.
locked
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://github.com/typeofweb/repro-nextjs-intercepting-catchall
To Reproduce
pnpm install
pnpm dev
http://localhost:3000
pnpm dev --turbo
http://localhost:3000
Current vs. Expected behavior
Expected (the catch all route is not activated):
Unexpected (the catch all route is activated):
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.0.0: Mon Aug 12 21:29:00 PDT 2024; root:xnu-11215.1.10~5/RELEASE_ARM64_T6000 Available memory (MB): 16384 Available CPU cores: 8 Binaries: Node: 20.16.0 npm: 10.8.1 Yarn: N/A pnpm: 9.8.0 Relevant Packages: next: 15.0.0-canary.130 // Latest available version is detected (15.0.0-canary.130). eslint-config-next: N/A react: 19.0.0-rc-b57d2823-20240822 react-dom: 19.0.0-rc-b57d2823-20240822 typescript: 5.5.4 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Parallel & Intercepting Routes, 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: