Next.js Discord

Discord Forum

Routing does not work Versions: next "14.2.5" react "^18"

Answered
Black Caiman posted this in #help-forum
Open in Discord
Avatar
Black CaimanOP
Hey I have a question, I cant make an 2nd page on my website when I create an folder named "about" and inside an "about.tsx" file. I cant accsses it with "localhost:3000/about" but the main page "localhost:3000" works. No errors
Answered by joulev
Yes. about/page.tsx not about/about.tsx
View full answer

6 Replies

Avatar
Pages router or app router?

If app router, it has to be about/page.tsx
Avatar
Black CaimanOP
Image
Image
I would be able to access it with "localhost:3000/about"
Avatar
Yes. about/page.tsx not about/about.tsx
Answer
Avatar
Black CaimanOP
ahh now it works thank you very much :)
thanks a lot :)