Hi Luke,
I appreciate your through response! Things have been crazy for me so I’m just now getting some time to problem solve.
Using the issue that you pointed out, I successful resolved the problem using two strategies:
- I accessed the
/public
folder via GitHub, deleted the file, and manually added a new_redirects
file with the same information. - I added the following after the “build” script within
package.json
–"react-scripts build && echo '/* /index.html 200' | cat >build/_redirects "
. This insured that future builds did not receive a .txt format_redirects
file.
Thanks so much to the Netlify support and build teams! You guys rock and your product is awesome. Keep it up
Thanks,
Jay