shadowwalker / next-pwa

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

DOMException: Entry was not found. #248

Open maccman opened 3 years ago

maccman commented 3 years ago

Summary

I'm getting an exception: DOMException: Entry was not found.

CleanShot 2021-08-03 at 14 51 32@2x

Versions

How To Reproduce

I'm using pretty much exactly the same configuration as the default:

https://gist.github.com/maccman/8ff8aa48a80300d861a9fd0d3acd3acc

And next.js config:

pwa: {
    dest: 'public',
    register: true,
    mode: 'development',
    disable: isDevelopment,
    runtimeCaching,
    maximumFileSizeToCacheInBytes: 3e7,
  },

This is on https://reflect.app . We have a /app path that the app is mostly hosted on. If you go to / it'll also load the web app if you're logged in.

maccman commented 3 years ago
CleanShot 2021-08-04 at 09 30 40@2x

Also getting this still on prod.

maccman commented 3 years ago

I'm also happy to sponsor this.