You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- patching exception bubbling
file:///mnt/c/Work/website/node_modules/@opennextjs/cloudflare/dist/cli/build/bundle-server.js:183
throw new Error(`Failed to patch ${target}`);
^
Error: Failed to patch exception bubbling
at patchCodeWithValidations (file:///mnt/c/Work/website/node_modules/@opennextjs/cloudflare/dist/cli/build/bundle-server.js:183:19)
at async updateWorkerBundledCode (file:///mnt/c/Work/website/node_modules/@opennextjs/cloudflare/dist/cli/build/bundle-server.js:122:25)
at async bundleServer (file:///mnt/c/Work/website/node_modules/@opennextjs/cloudflare/dist/cli/build/bundle-server.js:104:5)
at async build (file:///mnt/c/Work/website/node_modules/@opennextjs/cloudflare/dist/cli/build/index.js:75:5)
at async file:///mnt/c/Work/website/node_modules/@opennextjs/cloudflare/dist/cli/index.js:7:1
Describe the bug
When using Next.js canary, patching fails:
This is presumably due to this commit here: vercel/next.js@2e46a18
Steps to reproduce
Expected behavior
Patching should succeed.
@opennextjs/cloudflare version
0.3.3
Wrangler version
3.99.0
next info output
Node.js v22.12.0 Operating System: Platform: linux Arch: x64 Version: #1 SMP Tue Nov 5 00:21:55 UTC 2024 Available memory (MB): 15946 Available CPU cores: 24 Binaries: Node: 22.12.0 npm: 10.9.0 Yarn: 4.6.0 pnpm: N/A Relevant Packages: next: 15.1.1-canary.24 eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.7.2 Next.js Config: output: N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: