Build fails when calling after
in server action
#68735
Labels
bug
Issue was opened via the bug report template.
locked
Partial Prerendering (PPR)
Related to Partial Prerendering.
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/serene-lalande-zsrhxk
To Reproduce
pnpm build
Current vs. Expected behavior
Current behaviour
Following either the
.107
or.108
canary, we started seeing errors when server actions were called withafter
inside them while rendering a PPR page when building the app.Expected behaviour
This works as before (as in dev) where app builds successfully.
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000 Available memory (MB): 32768 Available CPU cores: 10 Binaries: Node: 22.6.0 npm: 10.2.4 Yarn: 4.3.1 pnpm: N/A Relevant Packages: next: 15.0.0-canary.110 eslint-config-next: N/A react: 19.0.0-rc-9d2da591-20240808 react-dom: 19.0.0-rc-9d2da591-20240808 typescript: 5.5.4 Next.js Config: output: standalone
Which area(s) are affected? (Select all that apply)
Partial Prerendering (PPR)
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: