nuxt/cli

`[Vue Router warn]: No match found for location with path "/_nuxt/...`

Opened this issue ยท 5 comments

pi0 commented

Recently having this warning in CLI console outputs more frequently.

[Vue Router warn]: No match found for location with path "/_nuxt/

Have you solved the problem

I get these warnings in the console for all my Nuxt/Vuetify projects.

Note: With Node 20, it's just a warning; however, with Node 18, the project won't work.

This issue popped up after installing @vite-pwa/nuxt however, after installation, this problem persists. Now, every time I start my server, I get this logging in my console. Nothing seems broken (unlike when this package WAS installed) but it sure is irritating that I can't make this go away. If anyone has any insight, it would be greatly appreciated.

[Vue Router warn]: No match found for location with path "/dev-sw.js?dev-sw"
[Vue Router warn]: No match found for location with path "/dev-sw.js"

@rogadev try unregistering the service worker (application tab in your browser dev tools)๐Ÿ˜‹

@rogadev try unregistering the service worker (application tab in your browser dev tools)๐Ÿ˜‹

Awesome, thank you. I have never worked with service workers (very green dev) so I would have never thought to go down that path. I appreciate your help. ๐Ÿ™