Hi all, I set up a Create React App as a static site which has a setupProxy that I use to connect to a third party API (contentful) and some static API calls I make converting some CSV to JSON.
The code is here: namroodinc.com/src/setupProxy.js at main · namroodinc/namroodinc.com · GitHub
However, whilst this works fine locally, it doesn’t seem to work once it’s deployed to Render.
Is there something more I should be doing? Any help would be massively appreciated!
Thanks