-
Notifications
You must be signed in to change notification settings - Fork 29k
Closed
Labels
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000
Binaries:
Node: 18.13.0
npm: 8.19.3
Yarn: 1.22.19
pnpm: N/A
Relevant packages:
next: 13.2.5-canary.32
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
App directory (appDir: true), Static HTML Export (output: "export")
Link to the code that reproduces this issue
https://github.com/qpre/next-app-dir-dynamic-with-static-export
To Reproduce
- run
yarn install
- run
yarn build
- open the
out
folder and see that static pages are rendered but/toto/[toto].html
is missing, based on the docs it should be exported.
Describe the Bug
static routes are exported but the ones with dynamic params are not.
Expected Behavior
based on the docs dynamic routes using 'use client' should be exported.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
hyunjunian, bpingris, johnny-mh, klcantrellsep, klcantrell and 84 moreth0th, durchanek, AAAstorga, AlexDeusdete, wtsnz and 6 morechentselee, moshfrid, bpingris, johnny-mh, klcantrellsep and 24 more