Hi. This is my first time using Netlify and I’ve hit a snag. I am deploying a site from Github. The deploy is succeeding in Netlify and when I view the site on the Netlify URL it runs just fine. I then went to set up my custom domain and got the DNS updated and all of that but when I go to view my site I am just getting a white page with numerous 404 errors being thrown in the console. The 404s are for all of the files in the static folder created by create-react-app.
[Error] Failed to load resource: the server responded with a status of 404 () (main.024609d6.chunk.js, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (2.99914fc7.chunk.js, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (main.d8c2121f.chunk.css, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (2.99914fc7.chunk.js, line 0)
[Error] Failed to load resource: the server responded with a status of 404 () (main.024609d6.chunk.js, line 0)
I can’t figure out why it would work in one but not the other. Seems to me like it should be broken in both if there was something wrong in the config? Any help resolving this would be much appreciated!