Hi all,
I'm new to Next.js and am trying to try my hand at dynamic routing, specifically rendering details from a list. Despite following the dynamic detailing section to what I thought was a 'T', every time I navigate try to navigate to different list items, I am being given a 404.
My app exists inside of src/app along with 2 others. It is google_forms_viewer. Going to http://localhost:3000/google_forms_viewer will take you to the page.js successfully. However, clicking on any of the test items throws a 404.
Attached is a picture of the central directory and the main landing page.js, the google_forms_viewer app directory, and the code for page.js and [id].js
I've tried restructuring my app, but have continually been given other routing errors by doing so. I have tried nesting and unnesting the slug/[id]. I have tried changing the link names in the <Link href=> multiple times. None of these have produced any useful results.
I'm not sure what I'm doing wrong or if I need to restructure my app in any way. Thank you in advance.