-
Notifications
You must be signed in to change notification settings - Fork 5
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 (in promise) TypeError: Failed to execute 'fetch' on 'ServiceWorkerGlobalScope': 'only-if-cached' can be set only with 'same-origin' mode #104
Milestone
Comments
Can you give more details about this issue? thanks |
it looks like this is happening in a chrome extension https://bugs.chromium.org/p/chromium/issues/detail?id=823392 |
maybe the fix is simpler. I will investigate and fix that ASAP |
tbela99
added a commit
that referenced
this issue
Sep 20, 2020
tbela99
added a commit
that referenced
this issue
Sep 20, 2020
tbela99
added a commit
that referenced
this issue
Oct 15, 2020
tbela99
added a commit
that referenced
this issue
Oct 17, 2020
tbela99
added a commit
that referenced
this issue
Oct 17, 2020
tbela99
added a commit
that referenced
this issue
Oct 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem occurs in the lighthouse on chrome.
It can be solved by: meanbee/magento-meanbee-pwa#20 or https://stackoverflow.com/questions/48463483/what-causes-a-failed-to-execute-fetch-on-serviceworkerglobalscope-only-if
The text was updated successfully, but these errors were encountered: