The proxy URL in my package.json works great. The issue is my production build has differences (due to the build I suppose). I'd like to debug a production build locally. However my API calls all fail because the production build isn't using/aware of the package.json setting.
Should I be looking at creating a proxy server or something? Nginx?
related: