Static and dynamic parallel routes not working together as expected #70366
Labels
bug
Issue was opened via the bug report template.
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Link to the code that reproduces this issue
https://github.com/tswymer/static-parallel-routes-reproduction
To Reproduce
Current vs. Expected behavior
I expected the
test/layout.tsx
,test/page.tsx
andtest/@staticRoute/page.tsx
pages to be static, but thetest/@dynamicRoute/page.tsx
seems to cause the entire "/test" path to become dynamic.Also enabling partial pre-rendering does not change the observed behavior.
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.0.0: Mon Aug 12 20:52:12 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6020 Available memory (MB): 32768 Available CPU cores: 10 Binaries: Node: 22.7.0 npm: 10.8.2 Yarn: N/A pnpm: 8.15.3 Relevant Packages: next: 15.0.0-canary.163 // Latest available version is detected (15.0.0-canary.163). eslint-config-next: N/A react: 19.0.0-rc-e740d4b1-20240919 react-dom: 19.0.0-rc-e740d4b1-20240919 typescript: 5.3.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Parallel & Intercepting Routes
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: