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!