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
When attempting to submit an image larger than 1MB through the form, an error occurs with the message: Promise will never complete
No additional context is provided, making it difficult to understand the cause of the issue.
This error happens immediately upon clicking the Submit button.
Expect to be able to upload files larger than 1 MB.
@opennextjs/cloudflare version
1.0.1
Wrangler version
4.14.1
next info output
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.4.0: Fri Apr 11 18:33:47 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6030
Available memory (MB): 36864
Available CPU cores: 11
Binaries:
Node: 22.15.0
npm: 10.9.2
Yarn: N/A
pnpm: 10.10.0
Relevant Packages:
next: 15.1.7 // There is a newer version (15.3.2) available, upgrade recommended!
eslint-config-next: N/A
react: 19.1.0
react-dom: 19.1.0
typescript: 5.8.3
Next.js Config:
output: N/A
⚠ There is a newer version (15.3.2) available, upgrade recommended!
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
Additional context
I did not get this error with next-on-pages.
Is this a limitation of Workers?
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to submit an image larger than 1MB through the form, an error occurs with the message:
Promise will never complete
No additional context is provided, making it difficult to understand the cause of the issue.
This error happens immediately upon clicking the Submit button.
Steps to reproduce
Minimal reproduction repository:
https://github.com/Karibash/opennextjs-submit-error
https://opennextjs-submit-error.looks-to-me.workers.dev/
Expected behavior
Expect to be able to upload files larger than 1 MB.
@opennextjs/cloudflare version
1.0.1
Wrangler version
4.14.1
next info output
Additional context
I did not get this error with next-on-pages.
Is this a limitation of Workers?
The text was updated successfully, but these errors were encountered: