reactjs - Could not proxy request /pusher/auth from localhost:3000 to http://localhost:5000 (ECONNREFUSED) -
i trying create chat app using reactjs , pusher, getting error-
could not proxy request /pusher/auth localhost:3000 http://localhost:5000 (econnrefused)
in package.json file have set proxy as-
"proxy": "http://localhost:5000"
and localhost
defined 127.0.0.1
in /etc/hosts
file.
have checked port availability using netstat
, these seems correct. can help?
Comments
Post a Comment