Deployment error after adding .json

Yesterday I deployed the moralis website using my build folder (react-app).

Today I wanted to add a .json file, rebuilded my react-app and ran the moralis-admin-cli deploy command.

Getting the following error:

Build folder size that is getting deployed has a size of 22.5 MB.
Anyone know what’s wrong?

The file that was added was a .gif, I removed it and swapped in a .jpg. Then deployment went fine. Probably has something to do with .gif files?

What was the folder size with that .jpg?

14.8 MB with the .jpg, 22.5MB with the .gif

Is there a limitation on folder size when deploying?

It looks like there is a size limitation somehow, maybe it does a base64 encoding before the upload, but I didn’t check exactly.