-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
definePageMeta validate not working as expected #31102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
same display if I had a catch-all route if I make |
this seems more like an issue with vue-router to me |
This is currently a limitation we have in vue-router but can possibly solved with vuejs/router#2415 |
Environment
Nuxt Version: 3.15.4
Reproduction
https://stackblitz.com/edit/github-jeicynwl
Describe the bug
Nuxt documentation says that, when returning false in validate, it will check for other possibilities; but this does not happen, we receive a 404 page not found error.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: