Heroku Node Express API and React Front end (blocked by CORS policy)
I have a React front end application hosted as a web app on Azure. I also have a SQL database hosted with Azure. I then have a node express API app that I deployed on Heroku (because I couldn’t get it to work on Azure). Currently I’m just testing the react app by hosting it locally, before pushing these fetch functions to the Azure deployment.