Help Needed!

I created a project that includes 13 pages. In the chat section I can see a description of each page that I created however when I attempt to preview the pages, It only displays the first page. Can anyone tell me what I need to in order to be able to view the other 12 pages that I created?

Hey, and welcome!

Check your routing setup. If you want multiple pages, make sure routing is properly implementedm for example, by using the Next.js App Router with separate route files.

Review your project structure, as the 13 pages mentioned in the chat might be individual components that need to be connected through routing or navigation. To make this work, you’ll also need to implement navigation components or links between your pages so users can move between them.

Let us know how you get on!

Thank you for that information. I ended up just creating a new chat entering everything at once. That worked perfectly!