kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
335 stars 32 forks source link

I have PWA in wappalyzer but in lighthouse I have some issue , how can I fix them ? #33

Closed SepehrMoafi closed 2 years ago

SepehrMoafi commented 2 years ago

image issue 1 : Web app manifest or service worker do not meet the installability requirements . No matching service worker detected. You may need to reload the page, or check that the scope of the service worker for the current page encloses the scope and start URL from the manifest .

issue 2 : Downloaded icon was empty or corrupted.

how can i fix them im new in vue and nuxt and still learning

SepehrMoafi commented 2 years ago

when i add pwa: { workbox: { enabled: true } } i have only one issue image but css is not loading so i have to clear cookie

kevinmarrec commented 2 years ago

@SepehrMoafi Could it be related to #32 ? This module does not work well since nuxt@3.0.0-rc.7 unfortunately (upstream issue which should be fixed in nuxt@3.0.0-rc.9 when released.

kevinmarrec commented 2 years ago

Duplicate of #32