cli icon indicating copy to clipboard operation
cli copied to clipboard

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

Open pi0 opened this issue 2 years ago • 5 comments

Recently having this warning in CLI console outputs more frequently.

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

pi0 avatar Sep 14 '23 17:09 pi0

Have you solved the problem

liang872 avatar Oct 24 '23 03:10 liang872

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.

mostafaznv avatar Dec 10 '23 11:12 mostafaznv

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 avatar Jan 19 '24 14:01 rogadev

@rogadev try unregistering the service worker (application tab in your browser dev tools)😋

TheAlexLichter avatar Jan 19 '24 15:01 TheAlexLichter

@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. 🙏

rogadev avatar Jan 19 '24 15:01 rogadev