Next.js Discord

Discord Forum

How to use url like localhost/someID or localhost/[id] ?

Unanswered
Fire ant posted this in #help-forum
Open in Discord
Fire antOP
Im trying to make url like
http://localhost:4444/t41ez78nhgl7wxz
but i got 404 not found
How to approach this?

My folder route is
app/[id]/page.tsx

2 Replies

Fire antOP
i had other route
app/[fid]/[name]
are this conflicting?