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
I literally followed EVERY step of the guide and used the files from here. When I try and use the code on Firefox I discover that the:
if ('serviceWorker' in navigator) {
evaluates as false.
On chrome it seems to work but:
Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://redacted.buzz/pwa/') with script ('https://redacted.buzz/pwa/sw.js'): An unknown error occurred when fetching the script. I see this error by using the "console" and adding a console.log(e)
The domain name is not really "redacted", I can provide the real one if we need it.
What is interesting is that when I look at the apache logs on the server I see NO attempt to get the sw.js file at all
The text was updated successfully, but these errors were encountered:
I literally followed EVERY step of the guide and used the files from here. When I try and use the code on Firefox I discover that the:
if ('serviceWorker' in navigator) {
evaluates as false.
On chrome it seems to work but:
Uncaught (in promise) TypeError: Failed to register a ServiceWorker for scope ('https://redacted.buzz/pwa/') with script ('https://redacted.buzz/pwa/sw.js'): An unknown error occurred when fetching the script. I see this error by using the "console" and adding a console.log(e)
The domain name is not really "redacted", I can provide the real one if we need it.
What is interesting is that when I look at the apache logs on the server I see NO attempt to get the sw.js file at all
The text was updated successfully, but these errors were encountered: