How to Setup Proxy in React with http-proxy-middleware
Sometimes, trying to communicate with your backend can be a hassle, and one of the errors that are most common when I set up a proxy in react is this
"Invalid options object. Dev Server has been initialized using an options object that does not matc...
sunkanmi.hashnode.dev2 min read
Diddles Code
does this work when you deploy to production? if yes, are there any changes to be done. I have tried this but when deploying to production, api calls are not being redirected to the correct server.