-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
TransferHttpCacheModule does not cache Apollo requests #1021
Comments
PR welcome, feel free to change it in the docs. |
Done here: #1022 |
Can the recipe not just add |
I think that @intellix is right, we shouldn't remove it completely but mention it works only with I also think it would be awesome to have an ignore pattern or a whitelist in |
Is there any workaround to use |
Intended outcome:
This is more a docs problem more than anything. The docs include a recipe for using
TransferHttpCacheModule
to cache requests when using SSR but it does not work as the module does not supportPOST
requests and has no intention to support it. See here. The recipe should be removed.Actual outcome:
Two requests are performed, one on the server and another on the client.
How to reproduce the issue:
N/A
Versions
Latest
The text was updated successfully, but these errors were encountered: