React App is shows white blank page when deploying

Hey everyone,

I could use some help troubleshooting an issue with deploying my React app on Netlify via GitHub. While the app works perfectly fine on my local server, I’m encountering a frustrating problem when deploying it – all I see is a blank white page with no error messages.

I’ve linked the GitHub repository here for reference.

And here’s the live Netlify link: https://jocular-jelly-ef67db.netlify.app/

If anyone has any insights or suggestions on what might be causing this issue or how to fix it, I would greatly appreciate your help. Thanks in advance for any assistance you can provide!

You have a index.html in your public folder. Removing it should fix it.

Thanks for getting back to me. Doing this won’t allow the app to run.

fix: blank page by hrishikesh-k · Pull Request #1 · gbopola/marm-consulting (github.com)

1 Like

thanks man, you are doing the lord’s work :slight_smile: