-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
when cloud code res.error("Error message") the server crash #163
Comments
Can you provide your function? I believe the error callback is being tested already.. |
cloud/main.js
app.js
|
You don't need to initialize
|
True.. it's actually important that you don't re-define Parse, it's set as a global. Unless you're doing it elsewhere, leave just this:
But I think this could still be a valid issue with response.error |
Change code to below ,response.error still make the server crash
|
when cloud code res.error("Error message") the server crash,handleParseErrors not work
The text was updated successfully, but these errors were encountered: