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()

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 failedIt looks like is something related with the code trying to get the path of the worker:

config.workerPath.getFullPath()