I am getting error in console “You need to enable JavaScript to run this app.” reactjs

I received this message when no proxy to the server was specified inside client package.json file.

"proxy": "http://localhost:5000"

(where 5000 should be changed to whatever port number the server was setup to listen to. In my case it also required server restart once added)

Leave a Comment