workbox-cdn icon indicating copy to clipboard operation
workbox-cdn copied to clipboard

Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope'

Open hadimajidi opened this issue 3 years ago • 0 comments

Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'http://localhost:3000/node_modules/workbox-cdn/workbox/workbox-sw.js' failed to load. at http://localhost:3000/sw.js:3:1 (anonymous) @ sw.js:3

nuxt.config.js workbox: { dev: isDev, workboxURL: './node_modules/workbox-cdn/workbox/workbox-sw.js', config: { modulePathPrefix: './node_modules/workbox-cdn/workbox', }, // offlineStrategy:NetworkOnly, offlineAssets:['/favicon.ico','/favicon.png', '/offlinefallback'], offlinePage:'/offlinefallback', }

this error also exists on online mode specially when you transit between the pages. تقویم و تاریخ امروز تقویم تاریخ امروز when you use "/" at the end of the url the problem exists either. تقویم و تاریخ امروز تقویم تاریخ امروز https://www.zamanha.ir

any help is appreciable. @pi0 @Atinux @SukkaW

hadimajidi avatar Sep 26 '21 10:09 hadimajidi