FullstackReactCode
FullstackReactCode copied to clipboard
Fix for proxy issue in "Routing Stumbling Block"
1st
cd client
npm install http-proxy-middleware --save
2nd
in order for this to work (april 2021), you should change the first line to:
const createProxyMiddleware = require('http-proxy-middleware')