nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
802 stars 35 forks source link

413 Request Entity Too Large #153

Open numberslk opened 3 weeks ago

numberslk commented 3 weeks ago

When try to deploy the project with npx nuxthub deploy get the error message

"https://admin.hub.nuxt.com/api/teams/numberslk/projects/numberslk/deploy": 413 Request Entity Too Large

image

Atinux commented 3 weeks ago

Sorry about this @numberslk

We may have to use multipart upload for this @farnabaz

In the meantime, I think you can switch to use Cloudflare Pages CI for your project @numberslk

numberslk commented 3 weeks ago

To clarify, is this happening because the project size is more than 100MB? Link to Cloudflare Community Post

We just able to successfully deploy the project by significantly reducing the project size to approximately 10MB by removing the local images.

Atinux commented 2 weeks ago

Thanks for looking at it, indeed it seems to be the issue