-
-
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
Queries on Relations don't seem to be working #782
Comments
Looks like #769 has a potential fix for this. Will it be merged in to the main branch soon? |
Just been merged feel free to test! |
@flovilmart Thank you--will do! Do you have a best practices on how to update our parse-server code? I am running this on Elastic Beanstalk. |
It all depends on you installation, you can point your dependency to parseplatform/parse-sever in package.json and then run npm install. |
@sprabs can you give the stack trace with the error? |
Not much activity there, I will assume given the thread that parse-sever 2.1.5 has the proper fix |
I'm still getting this randomly. |
I am seeing this error message: Uncaught internal server error. [TypeError: Cannot read property 'query' of undefined] TypeError: Cannot read property 'query' of undefined
My code is querying a relation. It doesn't seem to like this. We query relations a lot. Is this a bug with parse-server or is there some modifications that I need to make in order to get this to work? I have not been able to find any information about relations in the migration guides.
The text was updated successfully, but these errors were encountered: