You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
Page doesn't load. A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
#294
After some testing with this template, I have gotten to a point where Firefox doesn't show anything, it says:
The site at http://localhost:3000/ has experienced a network protocol violation that cannot be repaired.
Reloading the page or restarting the server don't fix it, the browser gets kind of stuck in that situation.
The only way to fix it is deleting the service worker from the browser, but after a while it reappears.
In the Firefox console, I get two errors:
Failed to load ‘http://localhost:3000/’. A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource.’. No strings exist for error: corruptedContentErrorv2-title
I have run the app with "npm run dev`.
The text was updated successfully, but these errors were encountered:
kovan
changed the title
A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
Page doesn't load. ERROR: A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
Jan 4, 2021
kovan
changed the title
Page doesn't load. ERROR: A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
Page doesn't load --> A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
Jan 4, 2021
kovan
changed the title
Page doesn't load --> A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
Page doesn't load. A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource
Jan 4, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After some testing with this template, I have gotten to a point where Firefox doesn't show anything, it says:
The site at http://localhost:3000/ has experienced a network protocol violation that cannot be repaired.
Reloading the page or restarting the server don't fix it, the browser gets kind of stuck in that situation.
The only way to fix it is deleting the service worker from the browser, but after a while it reappears.
In the Firefox console, I get two errors:
Failed to load ‘http://localhost:3000/’. A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘TypeError: NetworkError when attempting to fetch resource.’.
No strings exist for error: corruptedContentErrorv2-title
I have run the app with "npm run dev`.
The text was updated successfully, but these errors were encountered: