Conflict between static export and dynamic fetch behavior needs investigation
The issue reports unexpected dynamic rendering when using fetch with 'no-store' cache option during static export. Maintainer comments suggest this may be intentional behavior. Requires understanding of Next.js static export constraints and fetch caching mechanisms.
https://github.com/dominicbachmann/next14-no-store-output-export-bug
output: 'export' to next.config.jscache: 'no-store' option on a pageI expect that some-page is still generated statically
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP Thu Oct 5 21:02:42 UTC 2023
Available memory (MB): 9949
Available CPU cores: 16
Binaries:
Node: 18.19.1
npm: 10.2.4
Yarn: 1.22.21
pnpm: N/A
Relevant Packages:
next: 14.1.1-canary.81 // Latest available version is detected (14.1.1-canary.81).
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
typescript: 5.1.3
Next.js Config:
output: export
Static HTML Export (output: "export")
next build (local)
No response
Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!