Angular Deployment Issue to Moralis Server

I am using the moralis-admin-cli to deploy an angular moralis dapp. I am seeing the following error:

Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit
at RedirectableRequest.write (C:\Users\tytha\AppData\Roaming\npm\node_modules\moralis-admin-cli\node_modules\follow-redirects\index.js:102:24)

Any help would be much appreciated.

Hi, currently there is a limit of how much you can upload to Moralis static server. The limit is somewhere close to 30-40MB.
I don’t know if the build result from an angular project will work with that static hosting after you succeed in uploading a folder.

Thank you. What would you recommend to deploy an angular dapp project. I would really appreciate it.

https://angular.io/guide/deployment

It looks like they provide there a list of possible hosting providers. I’m not familiar with angular now, but if the build output is only static files then it may work with Moralis static hosting too.