Succesfull deployment of next js 14 website but seeing blank page

Hey I added my next js 14 project and it build succesfully. However when visiting the website I get a blank page, no nothing. I followed other support articles for similar issues but can’t find the issue. Any help?
These are the settings.

Site name or ID please?

Site name
travel-belgium

Owner
Travel-Belgium

Site ID
8a0e05ac-54bf-4f28-b263-cc27e9352ba0

Created
Jul 6, 2023 at 6:18 PM

Last update
Today at 2:46 PM

That’s basically what you’ve deployed. If you download the index.html from here:

You can see that it has no contents in the body:

This doesn’t seem to be a Netlify issue. Looking at the build logs, there seems to be an issue:

Maybe you have an extra index.html lying around somewhere in your repo causing this issue.

1 Like

Thanks for the help.
I don’t know what caused it but I’ll look into it.

I did the exact same deploy with vercel and it works perfectly. https://travel-belgium-next.vercel.app/

All the other pages of the page work on netlify except for the home page for example (Travel-belgium.be - cities). Another user had the same problem and solution with netlify. Maybe something to look into.
javascript - nextjs app rendering blank homepage and blocking redirects - Stack Overflow

It does seem to be related to an index.html in the public folder. I deleted it as a clean-up while working with vercel and then came back to check netlify a lot later and now it loads well :+1: