sefrem
sefrem
Hey. I had the same error. Following this StackOverflow [response](https://stackoverflow.com/questions/59039433/workbox-cache-first-not-caching-properly/59040270#59040270), I changed the caching strategy from CacheFirst to StaleWhileRevalidate and now everything works fine. As it appears the problem is...
@AndrewBogdanovTSS I'm not using nuxt actually. I just change caching strategies i use in my service worker file sw.js.
@zeal-hexsave Duude, you saved my life with this comment 'Need to unescape if path have '%20' component'. I've been beating my head on the problem of sounds not playing at...
To anyone who stumbled upon this issue. All the above haven't worked for me, while deleting all the whitespaces from the path worked perfectly. As i see, topicstarter also has...