Skip to content

undefined response from Cloud Function error #417

Closed
@tclain

Description

@tclain

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions