Size limit while deploying

En error occured when trying to deploy
Size limit on the compessed data is 50MB, Your compressed data takes up 135.992799 MB.
what can I do about it ?

What and where did you deploy?

If you use admin cli, then you have to deploy a smaller folder, you don’t have to deploy your entire development folder for react for example and only the build output.

Oh so sorry but i am not sure about that… Thanks !!

I deployed the build folder with admin cli it says : “Deployed successfully!
Site is available at: https://mavwh8l6uyn3.usemoralis.com” but once I check the link nothing is in there.
I tested my build file in my localhost and it’s working perfectly. I don’t know why it’s not working in Moralis Server.

I can check later, are you sure you deployed on the right server in case that you have multiple servers

yes I’m sure ! please help me figure out what’s wrong

Can you try to upload a folder with only a simple index.html to see if it works?

it looks like you did upload index.html there, but it looks like it doesn’t find the files to load, it tries to load something like: https://mavwh8l6uyn3.usemoralis.com/ethereum-boilerplate/static/js/main.6c2c07df.chunk.js net::ERR_ABORTED 404

you can see that if you open the browser console

how can I specify the file to load ?

you can create that folder structure in your deploy directory: ethereum-boilerplate/static/js/ or you could change how that location is accessed in code to make it point to its current location