Your application has exceeded a limit of the "Business Logic deployment size" on the current plan. All API calls are now blocked until the limits are increased

APP ID 6A461520-A943-4FC9-B1BF-E8D5EA0BB424
We Add a PlugIn “Drag Files” and choose the Scale Variable Plan 15€+ and get a false billing for API Calls. Please can you fix the locked Account for our Test Project ???

Hi @Dev_Innofame ,

You can uninstall “Drag Files” plugin or buy “Enhanced Hosted Service Size” function pack to extend “Business Logic deployment size” limit. In both cases API should be automatically unblocked right after the action.

Regards, Andriy

Hello , thank you for your quick answer. I had unistall both PlugIns but the Account is still blocked. Please can you help us?

Best Regards Marcel Innofame

Hi @Dev_Innofame ,

If uninstalling plugins didn’t help, the issue likely lies in the dependencies of your other services. I reviewed your app and noticed that you have two JS services that use Node.js libraries. I believe these services are the reason your app is exceeding the deployment size limit.

I recommend downloading the servercode/JS/default/PRODUCTION/node_modules folder and reviewing the libraries and their sizes. You may find some libraries that are no longer used and can be safely removed from the dependencies.

If you’re unable to reduce the size of the node_modules folder, the only option would be to increase your application’s Business Logic deployment size limit by purchasing the Enhanced Hosted Service Size function pack.

Regards, Andriy