nuxt / cli

⚡️ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli/discussions/3
MIT License
270 stars 65 forks source link

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

Open pi0 opened 1 year ago

pi0 commented 1 year ago

Recently having this warning in CLI console outputs more frequently.

[Vue Router warn]: No match found for location with path "/_nuxt/
liang872 commented 1 year ago

Have you solved the problem

mostafaznv commented 11 months ago

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.

rogadev commented 10 months ago

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"
manniL commented 10 months ago

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

rogadev commented 10 months ago

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