[Vuejs]-Nuxt PWA isn't loading offline with workbox

-1šŸ‘

I ran into the exact same problem for months and now I found that the firebase sw is messing with the default workbox sw. If you comment the imporscripts line as well as the firebase module import and config it will work just fine. Now Iā€™m trying to find a workaround in order to not get rid of firebase since it makes auth so much easier, although making custom made Oauth might be much cheaper.

Leave a comment