Default 404 route doesn't render root layout when using turbopack #60688
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://codesandbox.io/p/devbox/epic-christian-frtl8t
To Reproduce
next dev
andnext dev --turbo
)Current vs. Expected behavior
The development server that uses Webpack (default) includes the root layout on the default 404 route

The development server that uses Turbopack (

next dev --turbo
) doesn't include the root layout on the default 404 routeVerify canary release
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Binaries: Node: 20.9.0 npm: 9.8.1 Yarn: 1.22.19 pnpm: 8.10.2 Relevant Packages: next: 14.0.5-canary.58 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
App Router, Turbopack (--turbo)
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
PACK-2241
The text was updated successfully, but these errors were encountered: