shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.71k stars 312 forks source link

custom worker not working in production #473

Open Kunal-Khullar opened 1 year ago

Kunal-Khullar commented 1 year ago

@shadowwalker Hi, I am facing this issue when deploying my code to production. I have my code in the worker/index.js and it is working fine on the local server but when I run the production build I receive this error. caught (in promise) DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at '{production_url}/workbox-6316bd0.js' failed to load.

ImBIOS commented 1 year ago

@Kunal-Khullar It seems this repo is dead and the maintainer cannot be contacted for so long now. I've made an immediate response by resurrecting this repo ImBIOS/next-pwa.