Proxy not working on react after running npm run build
Hi! I deployed my react project on digital ocean (ubuntu). In development am making fetch request to my backend server that's also hosted on the digital ocean (same O.s with frontend App). I added proxy: ip:port in the package.json file. And that is...
Mar 23, 2019LB