You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the proxy setting to redirect fetch and axios calls locally to a dev server with my API calls but it doesn't seem to be taking in my react-static project. Would a call to fetch not in the static.config.js file be expected to accept this proxy setting? Proxying is working with a basic create-react-app, just not in my react-static project.