I'm using React CRA-typescript template and want to configure proxy manually using http-proxy-middleware
This is my setupProxy.js
But proxy is not redirecting to correct url and still using localhost. This how request send in browser
Anyone know why this is happening or am I doing it wrong here?