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

@ashanearangalla This isn’t an issue with hosting on Netlify.

Something about your build is causing it to perform differently from the output of the Build command compared to your Develop command.

npm run start

npm run build && npx serve -s build

I cannot advise what, you’ll need to debug your build.

You can check it locally with npm run build && npx serve -s build