What does the 'econnrefused' error in webpack dev server proxying indicate?

Responsive Ad Header

Question

Grade: Education Subject: Support
What does the 'econnrefused' error in webpack dev server proxying indicate?
Asked by:
75 Viewed 75 Answers

Answer (75)

Best Answer
(298)
The 'econnrefused' error during webpack dev server proxying indicates that the server hosting the proxied API endpoint is refusing the connection. This usually means the API server isn't running, isn't accessible on the specified address and port, or is rejecting the webpack dev server's requests.