i have finish my server side code with one event and two models. if i deploy my code this message appears
Code publishing failed: You have reached your limit. Make order of ‘Unlimited Event Handlers and Timers’ mBaaS functional pack to increase limit.
the problem is not that. I see that if I include the models without the associated tables the code is not saved.
in my case I only need one custom event and 2 models but without tables of this models, so i save 2 business logics
0 timer and 1 custom event handler. but in custom event i have included two table models. if i not create a persistence_service of this models the deploy dont work.
Hey there! I have the same problem. I have 3 handlers, which was 5 at some point, but I removed couple but still I can’t upload the code to production anymore…