To fix proxy not working for React and Node, we need to clear cache.
To do this, we
-
Delete package-lock.json and node_modules in the React project
-
Turn off React terminal and
npm install
all dependencies again on the React project -
Turn back on React App