0

I am trying to show NoteList app using reactJS, I am getting this error- proxy error: could not proxy request /api/notes from localhost:3000 to http://127.0.0.1:5000/.

In package.json file I have set proxy as-

"proxy": "http://127.0.0.1:5000"

I have also checked for the port availability using netstat, but these all seems to be correct. Can anybody help?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • 1
    Does this answer your question? [Could not proxy request /pusher/auth from localhost:3000 to http://localhost:5000 (ECONNREFUSED)](https://stackoverflow.com/questions/45367298/could-not-proxy-request-pusher-auth-from-localhost3000-to-http-localhost500) – technophyle Sep 01 '23 at 03:27

0 Answers0