[Solved] Request body larger than maxBodyLength limit

Just in case anyone else runs into this error:

...
[exp] Request body larger than maxBodyLength limit
...

Looks like maxBodyLength is from follow-redirects - npm, which has a default setting of 10MB. So right now, just make sure your assets are under 10MB.

For me it was a .wav file.

Derp.

3 Likes

Sorry about that – we don’t want to have a limit like that that’s that low. I’ll look into it.

how to resolve this? I’m having this problem as well.

Make sure your assets are less than 10MB each.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.