Next.js Discord

Discord Forum

404 Page Error

Unanswered
Donskoy posted this in #help-forum
Open in Discord
DonskoyOP
ive provided more images in the comments. i cant seem to get my navigation bar to properly use the <link> tag to navigate to and render my assets page. I've tried different ways to write the directory/path. nothing.

3 Replies

DonskoyOP
my directory is in the first image. i have the navigation </link> set to "/assets". it cant find it though
European sprat
to have a routable segment, the file needs to be called "page.tsx"
so if you want to have http://localhost:3000/assets then your directory structure must be src/app/assets/page.tsx