Your application has exceeded a limit of the Cloud Code deployment size on the current plan

Hello everyone,

We’ve encountered a critical issue due to exceeding the Cloud Code deployment size limit.
Although we’ve already removed several unused timers, the issue still persists.

Would anyone have other suggestions to resolve this besides purchasing additional space?

Thank you!

App ID: 4A47197B-AE30-FA84-FF56-0071F4010900

Hello @Francis_Bagas

The limit is related to the size of the “servercode” directory.
If you’re using JS, the first thing I’d try is optimizing the node_modules.
Otherwise, the only solution is to reduce the server logic or purchase an extension from the marketplace to increase the limit.

Regards

Thank you @viktor.liablin!