app/pages/dashboard/knowledge/notes/[uuid]/index.vue. In this file, I'm explicitly setting the route name using definePageMeta:dashboard-knowledge-notes-details) appears correctly with the dynamic uuid parameter.app/pages/dashboard/knowledge/topic/[topicId.vue) using a helper function navigateWithLocale:No match for route error in the console for the object {"name":"dashboard-knowledge-notes-details","params":{"uuid":"..."}}.dashboard-knowledge-notes-details is visible in the devtools.navigateWithLocale, which I assume wraps router.push or similar and likely adds locale information (my app uses i18n).