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