Closed
Description
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.
var userQuery = new Parse.Query("User");
userQueryMispelledHa.first().then(success, failure)
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
- parse-server version (Be specific! Don't say 'latest'.) : 2.3.1
- Operating System: Ubuntu on Digital Ocean
- Hardware:
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Digital Ocean
-
Database
- MongoDB version: 3.1
- Storage engine: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): Digital Ocean / Localhost
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
[FILL THIS OUT]
Metadata
Metadata
Assignees
Labels
No labels