-
Notifications
You must be signed in to change notification settings - Fork 380
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
Upgrade from 2.2.0 to 2.3.0 breaks app (GraphQL queries with fragments) #3874
Comments
hey @nesrual, thank you for reaching out! I will look into this. |
@nesrual could you tell me your Is this some particular query that is failing? |
It seems to be all queries. I have not been able to reproduce the error in test/dev yet. I will test further tomorrow and let you know my findings. We use the following GraphQL gems:
|
I have done some more digging around and I found that this triggers the error: This query will result in a 500 server error:
whereas this works fine:
So I think it could have something to do with using The error returned is:
|
@nesrual thank you! This definitely helps a lot, I will look into queries with fragments |
@nesrual I could reproduce the issue locally and I am now actively working on a fix for this |
@nesrual we just released version 2.4.0 that fixes this issue. Could you please try it out? |
Current behaviour
Logging works as expected with 2.2.0
Expected behaviour
The app crashes with this error message:
This is when GraphQL queries are performed:
The text was updated successfully, but these errors were encountered: