Routes 404 Error
Answered
Newfoundland posted this in #help-forum
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
pages/radio/radio.js will give you /radio/radio, not /radio
2 Replies
@Newfoundland 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.
pages/radio/index.js or pages/radio.js.
pages/radio/radio.js will give you /radio/radio, not /radio
pages/radio/radio.js will give you /radio/radio, not /radio
Answer
@joulev pages/radio/index.js or pages/radio.js.
pages/radio/radio.js will give you /radio/radio, not /radio
NewfoundlandOP
Thank you! finally got that working 🙂