Cloudflare Pages Deployment failed

"pages:build": "npx @Cloudflare/next-on-pages", "deploy": "npm run pages:build && wrangler pages deploy .vercel/output/static", command: npm run deploy My total build size is 33 MB Getting this error ✘ [ERROR] A request to the Cloudflare API (/accounts/4560521b37ec36cdd602aa2527f0dfea/pages/projects/benefaster-saas-frontend/deployments) failed. Your Function exceeded the uncompressed size limit of 25 MiB. Refer to the Workers documentation (https://developers.cloudflare.com/workers/platform/limits/#worker-size) for more details. [code: 8000101] If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
From An unknown user
From An unknown user
From An unknown user
Cloudflare Docs
Limits
Cloudflare Workers plan and platform limits.
3 Replies
Rishabh
RishabhOP4w ago
@texan Can you help me in this ?
texan
texan4w ago
From the error it looks like your function exceeds 25mMiB (33)
Rishabh
RishabhOP3w ago
@texan Yes it is 33 MB What i can do to resolve this error ?? Less space ?? @texan any suggestions please ??

Did you find this page helpful?