Nextjs V9 Dynamic routes 404 when using now dev
but not next
#12552
-
Hi there, I am looking for some help with an issue I am facing. I am building a small application that uses Nextjs V9 and I am using I am trying to create a simple profile page that has the route I have followed so many guides and all of them suggest to use the following different page setups I have used all of the above in trying to create a route where I can access the route params. I can use query params but I really want to try and have it like
Rather than
It seems to work fine when I use Am I missing something obvious with how If I have forgotten any information that someone might need to help please ask and I will provide. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you provide us with a minimal reproducible example?
|
Beta Was this translation helpful? Give feedback.
-
Closing this as it turns out I needed to configure routes inside a now.json file. |
Beta Was this translation helpful? Give feedback.
Closing this as it turns out I needed to configure routes inside a now.json file.