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?
Calvin Morooney
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();
}