Next.js Discord

Discord Forum

Routes 404 Error

Answered
Newfoundland posted this in #help-forum
Open in Discord
NewfoundlandOP
I've got my pages within the pages folder, and I also have a navigation file as a component but for the life of me, I cannot get this to work and I'm not sure why Next JS is not picking up the links. Any help with this would be greatly appreciated. p.s don't have TS or babel.
Answered by joulev
pages/radio/index.js or pages/radio.js.

pages/radio/radio.js will give you /radio/radio, not /radio
View full answer

2 Replies