Open pi0 opened 1 year ago
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. 🙏
Recently having this warning in CLI console outputs more frequently.