Closed
Description
Hi guys,
We're working on a app based on a Parse Backend. We are using web, ios and android sdk.
When a cloud function return a void success response
Parse.Cloud.define('returnVoid', function(request, response){ response.success() })
The Ios and android sdk are processing this response fine but not the javascript sdk.
I've setup a minimal repository to demonstrate this : https://github.com/tclain/issue-parsejs-undefined (npm install; node server)
We get "malformed json response" error. The js sdk thinks that something went wrong.
Is it an issue for someone else or is it the normal behaviour ? Thanks
Metadata
Metadata
Assignees
Labels
No labels