-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
GraphQL API query fails with error ""Cannot read properties of undefined (reading 'fromField')"" #8571
Comments
Incase its relevant, I am also seeing this error in the logs
|
@rob-luke I'm a bit worried you might actually have main / 0.33-canary version (which is unstable). I'll look into what has been push behind v0.32.4 today |
I just triple confirmed and I am using image |
Hi @charlesBochet I did some more digging in to this.
|
Yes we have an issue with v0.32.4, I'm investigating |
Thanks. Let me know if I can help. |
Bug Description
After updating to v0.32.4 (big thank you @charlesBochet !!!), I am unable to use the graphql api interface.
If I try by the web interface it fails like this...
and I get the following errors in the logs
The same thing happens if I call the api via code.
Expected behavior
The query should run without an exception in the logs.
Conclusion
Thank you for the help. Please let me know if I can provide additional information.
The text was updated successfully, but these errors were encountered: