-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Uncaught TypeError: Failed to fetch simulated offline in Google Chrome. #9871
Comments
@LiamKarlMitchell Thanks for reporting this, it certainly might be related to #9870, so let's see what @MrDoomBringer thinks, as he was working on that issue. |
To be fair, I do have Vue Apollo. |
Is there a way I can have package.json switch over to using the git repo I clone from this project? |
@LiamKarlMitchell Hi! Thanks a ton for opening this issue. I'd need to take a bit of a deeper dive before I can confirm it's related to #9870, as for the most part that issue relates to error reporting, rather than re-polling/fetching errors.
Yep! After cloning and building this repo, cd to Then in your app, run |
Still a concern, but I have not had the time to investigate it further yet. |
Intended outcome:
When making a query or polling query and the network has an outage/offline/disconnected.
NetworkError is caught, retry-link retries.
Polling queries would retry.
Actual outcome:
Uncaught TypeError: Failed to fetch.
When network connection comes back.
No retry attempts are made, and no polling queries are retried everything just stops.
How to reproduce the issue:
Have a retry-link.
Make a query or polling query during a network outage.
Can simulate network outage in Chrome Network tab under the throttling drop down.
Restore network connection and see that nothing is retried.
Versions
Suspect this is related to #9870
The text was updated successfully, but these errors were encountered: