Upgrade to 3.12.3 from 3.11.1 creating Vue Router error

After updating I'm seeing warnings like this in the console: [Vue Router warn]: Finding ancestor route "/media" failed for "/media" Did a quick search and found this discussion that seems relevant: https://github.com/vuejs/router/discussions/2282 However, we're not doing anything outrageous. We just have Nested Routes set up as per the Nuxt documentation: https://nuxt.com/docs/guide/directory-structure/pages/#nested-routes It looks something like this:
-| pages/
---| media/
------| index.vue
------| topics.vue
---| media.vue
-| pages/
---| media/
------| index.vue
------| topics.vue
---| media.vue
Based on the Vue Router discussion I linked to, I'm wondering if Nuxt is producing duplicate names for the routes. Thoughts?
GitHub
Getting [Vue Router warn]: Finding ancestor route "/messages" faile...
After the upgrade to 4.3.3 with the switch to binary search for insertMatcher (#2137) by @skirtles-code I am getting three of messages like this in dev console: [Vue Router warn]: Finding ancestor ...
1 Reply
FiveDigitLP
FiveDigitLPOP4mo ago
Well, I tried creating a minimal reproduction and I'm not able to. The routes seem to work correctly there. I'm not sure what's going on, though, because mine was working correctly before the upgrade. Tried upgrading to the latest version, but I'm still seeing this error. Any help would be much appreciated as I'm at a complete loss as to what's going on and how to even find a solution.
Want results from more Discord servers?
Add your server