Site is live, but sill blank screen (react + vite app)

Hello everyone,

I’m encountering an issue when deploying my website to Netlify and was hoping someone here could assist me. After deploying, I’m getting a blank screen. I’ve checked the browser console, but there are no errors shown, which is puzzling.

I’ve followed the usual steps for deploying my site and confirmed that all files are in place. However, upon loading the page, I only see a blank screen with no visible error messages.

I’ve already read through all similar topics in the forum but haven’t found a solution yet. It’s worth noting that the website works perfectly fine locally.

Has anyone experienced something similar before or have any ideas on what might be causing this issue?

Any advice or suggestions would be greatly appreciated.

Website: https://cinelandia.netlify.app/
Github repo: GitHub - javidiez/cinelandia

Thanks in advance for your help!

You seem to have commented out Vite’s script:

Doesn’t seem to be a Netlify issue.

Hi hrishikesh

Thanks for your suggestion. However, even when I leave that code in place, the screen still remains blank.

Do you have any other ideas or suggestions on what might be causing this issue?

Thanks again for your help!

Hi @javidiez,

Thanks for following up. Checking on the site I’m showing it’s now working:

Were you able to resolve the issue?

Hi everyone,

I wanted to update you all and let you know that I was able to resolve the issue. The solution was to reconfigure the vite.config file to its default state, without any extra modifications.

Thanks to everyone who took the time to help and offer suggestions!

1 Like