question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After updating to RC12 I get a Vue Router warning

See original GitHub issue

👋,

After updating from RC11 to RC12 I get a lot of warnings:

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

Wnen I open the page I get a 404.

Did I miss something?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danielroecommented, Oct 31, 2022

Yes, that now enables the pages integration which means you need to have routes in your pages/ folder.

If you are not using pages/ then you can safely delete this file; it was not doing anything for you previously.

1reaction
manniLcommented, Oct 28, 2022

Hey! Could you kindly provide a reproduction? 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Vue Router warn]: No match found for location with path ...
After I run npm run build and npm run start then I have a trouble ... for location with path "/_nuxt/__vite_ping" [Vue Router...
Read more >
warning in vue-router 3.5.1: In Vue Router 4, the v-slot API will ...
It appears that you are using a <router-link> component with the event or tag property, and this will not work in Vue Router...
Read more >
Navigation Guards | Vue Router
Guards may be resolved asynchronously, and the navigation is considered pending before all hooks have been resolved. Every guard function receives two ...
Read more >
How to use vue-router? - CodinGame
How to use vue-router? · Step 1: Make three components inside your components directory. · Step 2: We need to update the index.html...
Read more >
How To Update Page Title and Metadata with Vue.js and vue ...
cd vue-router-meta-example. At this point, we have a fresh Vue Project to build upon. The next step will be defining sample routes in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found