Start a new topic

Business Logic did not complete

Hi there --

When debugging my app I occasionally get a crash due to Kinvey's business logic not completing (505). Problem is, the only thing in my logic for the collection I'm saving is in "After Save" and the only (uncommented) line is response.continue(). Can't figure out what the issue is...any ideas out there?



function onPostSave(request, response, modules){

response.continue();

}

What is the error message you're getting back along with the 505?
The only message I'm seeing in my debugger is



"The Business Logic script did not complete. See debug message for details."



I don't see anything else in my debugger or in the CollectionHook logs...
Hey Calvin,

That sounds very strange. Can you send me your KID in a private message and I'll take a look?
Login or Signup to post a comment