kevinmarrec / nuxt-pwa-module

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

Icon missing: No match found for location with path #112

Closed BorisKamp closed 7 months ago

BorisKamp commented 7 months ago

Hi guys!

In my project using "nuxt": "^3.8.1" and "@kevinmarrec/nuxt-pwa": "^0.17.0" I have the following icon: public/icon.png. When I run the project I get the following errors:

[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"
[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"
[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"
[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"
[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"
[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"
[Vue Router warn]: No match found for location with path "/_nuxt/icons/144x144.dc4e6908.png"

And my .nuxt/pwa/_nuxt/icons folder is empty. Does anybody have a clue whats wrong here?

BorisKamp commented 7 months ago

Hmm it seems that the png itself is the problem. I tried a different png file and it worked....

I'll leave this here in case anybody else has this problem.