-
Notifications
You must be signed in to change notification settings - Fork 738
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
Cannot return data from the SQLite cache if the query has "." #1071
Comments
This is likely related to #991, which was working around a bug around periods in cache key names. @giantramen any thoughts on this? |
No easy fix here like there was for my issue, “.” is used to split the query path so there’s no way to tell your “.” shouldn’t be used to split as is. |
Woof, that's going to be somewhere between a pain in the ass and impossible because of the way that This is definitely a bug. The long-term solution is probably to use something other than |
I did this a while ago to avoid the issue: #329 (comment) Not sure if it is the best, but it worked in our forked version of Apollo. Essentially, as the cacheKey is created, we replaced all of the Long term, we spoke to our backend and updated our params to not include a |
Is there any update on this case? We seem to run into this aswell because we send params like app version or access tokens which can contain a |
Nope, not yet, this phase is still a ways out, unfortunately. |
For example here is the query:
Apollo-ios version: 0.23.1
The text was updated successfully, but these errors were encountered: