You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 {}.
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); });
The text was updated successfully, but these errors were encountered: