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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -