Next.js Discord

Discord Forum

Hardcoded route vs dynamic route

Answered
Serbian Hound posted this in #help-forum
Open in Discord
Serbian HoundOP
Hi all, so I have app/posts/[slug]/page.tsx and app/posts/create.tsx - but the create.tsx never gets handled as a route, it will always hit the slug. Is there any way to solve this?
Answered by Serbian Hound
Nvm, I solved this with app/posts/create/page.tsx if anyone is interested
View full answer

1 Reply

Serbian HoundOP
Nvm, I solved this with app/posts/create/page.tsx if anyone is interested
Answer