Internal server error!!!

Hi guys, I tried to save some objects but I received this error in console
FAULT = java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘235A9D5C-40D9-D888-FF05-4CF678D82800.VespaBonus.04323B30-B5AF-30D2-FFC9-95322593DF00’ doesn’t exist

and now I’m unable to see my “Data” section of my app. It shows me this
Internal server error with id 528A0CF1-27BA-92F1-FFC7-14737761FF00

My appId is 235A9D5C-40D9-D888-FF05-4CF678D82800

Hi Francesco,

Was it just through the APIs? You didn’t do anything in console that could’ve caused this?

Mark

Hi Mark,
yes, through the api. I was trying to save objects contained in an array with this code

for (Obj *object in objects) {

[backendless.persistenceService save:objects response:^(Object *saved) {

NSLog(@“ok”);

} error:^(Fault *fault) {

NSLog(@“FAULT = %@ <%@>”, fault.message, fault.detail);

}];

}

Please let me know something about this, I can’t do anything

Francesco,

This request is in the queue. We assign priority to every support issue. Customers with paid support get the highest priority and we work on those issues first.

Regards,
Mark

Hi Francesco,

Your application has been fixed. Please, accept our apologies for the delay.

Thank you Mark and Sergey and all the staff. My application is working good now