Bright White Screen on Netlify After CRA Build, Works on GitHub Pages

Hi everyone,
I have built a site using Create React App, and everything works perfectly when I deploy it on GitHub Pages. However, when I try to run the same site through my Netlify account, it just shows a bright white screen.

I can see that the HTML is loading, but there is no content displayed. My GitHub repository has a client folder that contains the build folder.

I feel like I might be missing something simple, but I have tried a lot of different things to fix it. Has anyone else experienced this whitescreen issue? Any suggestions?

Thanks!

@sophi-josephine Check the developer console, you’ll probably find that there is an error.

If you run your Build command locally, then serve the output it produces, you’ll probably see the same thing.

1 Like

I agree with Nathan check the developer tool and perhaps try this with a different browser.

1 Like

@nathanmartin ,
Thank you for your response.