I need help with my code

Hi I have a problem
My plan limits my app to a certain mb of data but when i tryed to delete some material it did not help can one of backendless staff access my app’s file browser and help me please

Hi @Luca_Petruzzi2

Welcome to the Bakckendless community!

Please provide your appId

Regards,
Vlad

Hi the appID is:
0922EB3F-3607-8DA0-FF9E-9D38809C1100

Thanks,
Your app is on the Free plan which allows only 1Mb of the CloudCode source files, and your app takes ~3MB.
There are 3 deployment models (2 Codeless) and one JS Code

  • Codeless doesn’t take much storage
  • the JS Code model contains many modules from NPM, however I do not see where you use it in your code, therefor try to exclude them and redeploy your code

https://backendless.com/docs/bl-js/bl_troubleshooting.html#the-size-of-my-code-is-bigger-than-allowed-in-the-current-payment-tier

If i give you access to the backend of my app can you do it because this is my first ti e w8th codeless so I am not capable to use it

unfortunately, debugging/coding in customers’ apps is out of our support policy, however, I can provide you with a way to solve the issue:

  1. if you do not use the JS API Service you can remove the entire service from the UI (API Services screen)
  2. if you use it clean up all unnecessary folders and redeploy the service

Thanks