PlaidShaman
PlaidShaman
CDCloudflare Developers
Created by PlaidShaman on 5/3/2024 in #pages-help
Failed: an internal error occurred. If this continues, contact support
i finally got the error resolved. i changed versions to:
"@cloudflare/next-on-pages": "1.10.0",
"next": "14.1.3",
"@cloudflare/next-on-pages": "1.10.0",
"next": "14.1.3",
what was happening was that some of the workers/routers weren't being minified. it was pretty wild to open up a file to see it had 300k+ LOC.
3 replies
CDCloudflare Developers
Created by PlaidShaman on 5/3/2024 in #pages-help
Failed: an internal error occurred. If this continues, contact support
when attempting to run wrangler pages deploy .vercel/output/static from my local dev env, a little more information emerges:
✨ Compiled Worker successfully
✨ Uploading Worker bundle
✨ Uploading _routes.json

✘ [ERROR] A request to the Cloudflare API (/accounts/07a3aac2bff45c39e4a11e75d53082f8/pages/projects/highsocietydispo/deployments) failed.

Request entity is too large [code: 7011]

If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
✨ Compiled Worker successfully
✨ Uploading Worker bundle
✨ Uploading _routes.json

✘ [ERROR] A request to the Cloudflare API (/accounts/07a3aac2bff45c39e4a11e75d53082f8/pages/projects/highsocietydispo/deployments) failed.

Request entity is too large [code: 7011]

If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
3 replies