-
Notifications
You must be signed in to change notification settings - Fork 734
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
AutomaticPersistedQueryInterceptor now failing in 0.51.1 #2204
Comments
Unless im mistaken, this broke it, downgrading to 0.51.0 works. |
I have the same problem. It is ok on
My custom interceptor provider
|
My guess is the lazy var can't be a lazy as it will be stored and not regenerated. |
Thanks for reporting this @kylebrowning, I'll be taking a look at it this morning. |
@kylebrowning We've got a potential fix in the branch |
Sure thing, trying now. |
@AnthonyMDev Appears to be working! |
Awesome, I'll start preparing a patch release now! |
0.51.2 Is now released! Thanks for bringing this to our attention. |
Bug report
I recently was attempting to update our app from Apollo .49.1 to .51.1 but our persisted queries are now failing
Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 0.51.1The text was updated successfully, but these errors were encountered: