-
-
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
server crash on query of nonexistent field relation #280
Comments
Interested in submitting a PR with a test case or two? |
Sure. |
Not sure if this is the correct place to mention this or if I should create a new issue, but after getting this server crash I realized that there's no way to create a relation in the parse-server at least not one that's obvious to me. The docs all mention creating the relation in the data browser, but there is no data browser in the parse server any more. Suggestions? |
I submitted PR #861 to address this. 👍 |
Sending query for a relationship that has not yet registered field, it will crash the server :
It will crash with error :
To fix, I think that line 108 should be :
(as it is in similar function reduceInRelation )
The text was updated successfully, but these errors were encountered: