Hi,
`zcli apps:validate` returns
Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit
Source file size is pretty big but I bundle source file and save to /dist folder which I use to upload. When I zip the /dist folder it's around 250kb though actual source code size is a lot bigger.
And `zcli apps:validate ./dist` also returns
Error
without any further details.
What's guideline for project size?
Or what do you think I'm doing wrong?
It sounds like there is something going on here that is unrelated to the unzipped file size. While it is expected that
zcli apps:validatewould encounter errors when trying to run against the project root dir due to file size and other reasons, the error that you're seeing when running the validate command against the ./dist folder is unusual and may indicate another issue.I'm going to pull this in to a private ticket so we can take a look in more detail. You should see an email coming through from me shortly!