Verify canary release
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Binaries:
Node: 18.16.0
npm: N/A
Yarn: N/A
pnpm: N/A
Relevant packages:
next: 13.4.3
eslint-config-next: 13.4.3
react: 18.2.0
react-dom: 18.2.0
typescript: 5.0.4
warn - Latest canary version not detected, detected: "13.4.3", newest: "13.4.4-canary.6".
Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue.
Read more - https://nextjs.org/docs/messages/opening-an-issue
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
npx create-next-app --example reproduction-template-app-dir reproduction-app
To Reproduce
When attempting to generate a new Next.js project using the command npx create-next-app@latest, I encountered an error in app-router.js# related to the React Client Manifest. This error is likely due to a bug in the React Server Components bundler, which was triggered after running the npm run dev command.

Describe the Bug

Expected Behavior
Generate a new Next.js app with the latest features
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
NEXT-1231
Verify canary release
Provide environment information
Operating System: Platform: win32 Arch: x64 Version: Windows 10 Pro Binaries: Node: 18.16.0 npm: N/A Yarn: N/A pnpm: N/A Relevant packages: next: 13.4.3 eslint-config-next: 13.4.3 react: 18.2.0 react-dom: 18.2.0 typescript: 5.0.4 warn - Latest canary version not detected, detected: "13.4.3", newest: "13.4.4-canary.6". Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue. Read more - https://nextjs.org/docs/messages/opening-an-issueWhich area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
npx create-next-app --example reproduction-template-app-dir reproduction-app
To Reproduce
When attempting to generate a new Next.js project using the command
npx create-next-app@latest, I encountered an error in app-router.js# related to the React Client Manifest. This error is likely due to a bug in the React Server Components bundler, which was triggered after running thenpm run devcommand.Describe the Bug
Expected Behavior
Generate a new Next.js app with the latest features
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
NEXT-1231