workbox icon indicating copy to clipboard operation
workbox copied to clipboard

Uncaught non-precached-url: createHandlerBoundToURL('/index.html') was called

Open ArchonVodka opened this issue 3 years ago • 1 comments

Welcome! Please use this template for reporting bugs or requesting features. For questions about using Workbox, the best place to ask is Stack Overflow, tagged with [workbox]: https://stackoverflow.com/questions/ask?tags=workbox

Library Affected: workbox-sw, workbox-build, etc.

Browser & Platform: E.g. Google Chrome v51.0.1 for Android, or "all browsers".

Issue or Feature Request Description: Your request here.

When reporting bugs, please include relevant JavaScript Console logs and links to public URLs at which the issue could be reproduced.

ArchonVodka avatar Jun 08 '22 06:06 ArchonVodka

That's the error you'd expect to see if you call createHandlerBoundToURL('/index.html') but there's no entry for /index.html in your precache manifest.

Can you confirm that you're actually precaching /index.html?

jeffposnick avatar Jun 08 '22 13:06 jeffposnick