#Page appears blank

4 messages · Page 1 of 1 (latest)

brisk fiber
#

Hello there. I uploaded my project to github and then github pages. Whenever you click on the website it shows a blank screen and i've been trying to fix it but still nothing. Perhaps the components are wrong? Can anyone see what's going on with my website. https://github.com/mfreire1996/portfolio-2025.git

GitHub

Contribute to mfreire1996/portfolio-2025 development by creating an account on GitHub.

lament vortexBOT
#

🔎 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)

crude nexus
# brisk fiber Hello there. I uploaded my project to github and then github pages. Whenever you...

you mixed up the file structure for app router with the pages router. You are clearly using app router (green arrow), but the files from pages router (red arrow). Make sure to decide if you want to use the app router or the pages router.

If you want to use the app router, your file inside your route need to be called page.js. Read about routing in app router here: https://nextjs.org/docs/app/getting-started/layouts-and-pages

lament vortexBOT