Vue Router warn about Google Chrome Dev in Nuxt3 #2485
-
I recently discovered that when using Google Chrome Dev, starting a Nuxt 3 project with NuxtPage, and opening Chrome DevTools, the console prints the following warning every time I refresh the page: [Vue Router warn]: No match found for location with path "/.well-known/appspecific/com.chrome.devtools.json" I would like to know what this issue is and how to resolve it. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can safely ignore it. Maybe we should make that warning client only because or maybe it’s mistake on the server implementation trying to resolve the location. It would be worth seeing where in Nuxt this happens to see if we should adapt the warning. I feel like making the warn client only would help |
Beta Was this translation helpful? Give feedback.
You can safely ignore it. Maybe we should make that warning client only because or maybe it’s mistake on the server implementation trying to resolve the location. It would be worth seeing where in Nuxt this happens to see if we should adapt the warning. I feel like making the warn client only would help