Open maccman opened 3 years ago
I'm getting an exception: DOMException: Entry was not found.
next-pwa
next
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.
/
Also getting this still on prod.
I'm also happy to sponsor this.
Summary
I'm getting an exception: DOMException: Entry was not found.
Versions
next-pwa
: ^5.2.24next
: ^11.0.1How To Reproduce
I'm using pretty much exactly the same configuration as the default:
https://gist.github.com/maccman/8ff8aa48a80300d861a9fd0d3acd3acc
And next.js config:
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.