As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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();
}