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 have a PWA in Nuxt 2, when I try to suscribe in an IOS device in Safari I got this error on the console: [Service Worker Installation] Installing service worker failed TypeError: NetworkError: Load failed
It looks like is something related with the code trying to get the path of the worker: config.workerPath.getFullPath()
The text was updated successfully, but these errors were encountered:
I have a PWA in Nuxt 2, when I try to suscribe in an IOS device in Safari I got this error on the console:
[Service Worker Installation] Installing service worker failed TypeError: NetworkError: Load failed
It looks like is something related with the code trying to get the path of the worker:
config.workerPath.getFullPath()
The text was updated successfully, but these errors were encountered: