question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Workbox is precaching URLs without revision info

See original GitHub issue

Hi, after installing this module to my project the following warning is logging to my console:

workbox-precaching.prod.js:1 
Workbox is precaching URLs without revision info: /?standalone=true
This is generally NOT safe. Learn more at https://bit.ly/wb-precache

How can I fix it?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:20
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
pi0commented, Nov 30, 2020
4reactions
xreicommented, Oct 20, 2020

Same here. because of it pwa gets cached version instead of server-rendered one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workbox is precaching URLs without revision info
I'm building a website with Nuxt and @nuxtjs/pwa. Recently I've started seeing this warning in the production build (deployed on Netlify).
Read more >
workbox-precaching - Chrome Developers
Returns a function that looks up url in the precache (taking into account revision information), and returns the corresponding Response .
Read more >
Precaching with Workbox - web.dev
Workbox's build tools can detect this and exclude a revision field. The other two assets do not include any versioning info in their...
Read more >
Workbox Module - Nuxt PWA
Workbox is a collection of JavaScript libraries for Progressive Web Apps. ... the service worker script, below autogenerated calls to workbox.precaching.* .
Read more >
workbox-precaching - UNPKG
The CDN for workbox-precaching. ... 159, const warningMessage = `Workbox is precaching URLs without revision ` +. 160, `info: ${urlsToWarnAbout.join(', ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found