Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
davidsims9t opened this issue Feb 10, 2016 · 4 comments
Closed

Comments

@davidsims9t
Copy link

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); });

@gfosco
Copy link
Contributor

gfosco commented Feb 10, 2016

What is the error returned?

@davidsims9t
Copy link
Author

It's an internal server error. Other than that I don't know what the specific error is. Oddly enough it only happens when I post parameter. If I return request.params without any request body I get {}.

@gateway
Copy link

gateway commented Feb 11, 2016

@davidsims9t nothing in the logs?

@gfosco
Copy link
Contributor

gfosco commented Feb 26, 2016

I'm assuming this has been fixed. If there's an issue with 2.1.3+, please open a new one. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants