I had a same problem in my React App and I fixed it by just adding “https://stackoverflow.com/” after the port number in package.json file (so now it’s: “proxy”: “http://localhost:5000/”)
I had a same problem in my React App and I fixed it by just adding “https://stackoverflow.com/” after the port number in package.json file (so now it’s: “proxy”: “http://localhost:5000/”)