Zeeeth
Zeeeth
Explore posts from servers
NNuxt
Created by Zeeeth on 4/24/2023 in #❓・help
Dynamic route in nuxtRouteMiddleware
So i'm experimenting with dynamic routes and i try to create a Dynamic Route within a nuxtRouteMiddleware that matches the current path. The idea is that there will be some kind of API-request that verifies the existence of the route, and then it is created on the fly and then rendered. I have made a small stackblitz that demonstrates what i want to do and the router.addRoute works fine, but the page is actually not rendered. So... when i open the browser at /test-dynamic-route i want the pages/dynamicPage.vue to be rendered but i'm kind of stuck now. I hope someone have an idea of what to do, thanks! https://stackblitz.com/edit/github-1cetba?file=middleware/routeGuard.global.ts
2 replies