#routes not working?

16 messages · Page 1 of 1 (latest)

ashen dewBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

zenith nova
#

add page.tsx to the folder "pages"

#

localhost:3000/pages will look for a page.tsx file. If found it renders.

#

or just rename discordserver.tsx to page.tsx

#

what's inside page.tsx

shrewd oracle
#

the pages folder is supposed to be outside of app folder

#

and OP's original file naming is correct

#

why are you using pages dir anyways?

#

app dir and pages dir are different things, since next 13 it's recommended to use app dir

zenith nova
#

can i see it?

#

and rename the pages folder to something else. I think it is a keyword not sure tho

shrewd oracle
#

no, default template won't have pages dir inside the app dir

#

if you want to create a page. the file structure is: app/pagename/page.tsx

ashen dewBOT