shadowwalker / next-pwa

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

Offline-Fallback not working [Tried buildExclude] #342

Closed devRabbani closed 2 years ago

devRabbani commented 2 years ago

Summary

I clone your repo and try to run the offline-fallback example by using-

npm run build npm run start

but it is showing error : bad-precaching-response: bad-precaching-response :: [{"url":"locahost:3000/public/sw.js","status":404}] And I did not edit anything in your code.

Versions

devRabbani commented 2 years ago

I tried without precaching it worked fine but with precaching it giving same error: bad-precaching-response :: [{"url":"locahost:3000/public/sw.js","status":404}]