Reactjs – After switching my app to a new database, I am getting CORS request errors, even though none of my code has changed. Why would this happen?
I had a small app that was running flawlessly for almost two years. It consisted of: Postgres database hosted on fly.io API server written in Go, also hosted on fly.io Front-end client using react and axios, hosted on firebase A…