I\'m running a simple react app in a docker container. During development I\'m using the proxy key in package.json to specify my backend api url: \"proxy\": \
You're now running your React app inside a Docker container, so your "localhost" is no longer your local machine, but the container instead. You need to proxy-it to your backend's IP. Are you running the API in another container?