Felipe Andrés Haase Vargas

Results 2 comments of Felipe Andrés Haase Vargas

@AmitShimon198 what service are you using for production deployments? You need to configure you app production server (CDN, static files server like nginx or apache, among others) with those headers...

> > As a workaround, I've used the ability to configure the proxy manually (https://create-react-app.dev/docs/proxying-api-requests-in-development/#configuring-the-proxy-manually) to instead a custom middleware that adds headers. > > Specifically, I created a `src/setupProxy.js`...