-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Errors are not thrown. Fails silently with a timeout #3417
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
Comments
I'm facing the same issue. Is there any fix for this? Thanks! |
@alexandreprado Nope! This bug is mounting my dev and testing time. |
We actually have a test covering that use case here And this is what gets printed in the console:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your issue in as much detail as possible.
Semantic error are not thrown. Before upgrading to Parse Version 2.3.1 it used to throw for both syntax and semantic errors.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
I am purposefully misspelling the variable and the parse server does not throw any errors. It just stays silent and eventually the request fails with a timeout error on the client.
Expected Results
Throw error
Actual Outcome
[FILL THIS OUT]
Environment Setup
Server
Database
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
[FILL THIS OUT]
The text was updated successfully, but these errors were encountered: