Skip to content

request.params causing internal server error on Heroku in Cloud functions #349

Closed
@davidsims9t

Description

@davidsims9t

Hello,

I'm attempting to migrate my data away from Parse and I noticed that request.params is causing an internal server error. I have written an example that causes the error.

Parse.Cloud.define("test", function(request, response) { response.success(request.params.test); });

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