Open
Description
Hi, i am trying to proxy my node sever present on localhost:5000 to razzle , so that it can work in production but it seems that if i add
"proxy": "http://localhost:5000" in the package.json
it doesnt work , just picks the client side only. Am i doing something wrong or is there a work around ?