You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem.
This happens to the fact that the JSON.stringify() is used during passed the options to the precacheAndRoute method in the workbox module.
Version
v3.0.0-beta.19
Reproduction link
https://codesandbox.io/s/cranky-grothendieck-y4kyh
Steps to reproduce
in nuxt.config.js edit the pwa to contain ignoreURLParametersMatching ( this will be added at the option to precaching )
npm run build
What is expected ?
ignoreURLParametersMatching: [/.*/]
What is actually happening?
ignoreURLParametersMatching: [{}]
Additional comments?
This breaks the preCache functionality when query strings exist in the requested file, throwing a 404 error from the service worker.
The text was updated successfully, but these errors were encountered: