million-views / praas

Proxy as a service.
MIT License
4 stars 2 forks source link

Provide a more friendly error message when bailing #77

Closed kavithaii closed 4 years ago

kavithaii commented 4 years ago

Proxy server bails out when connection to resource server cannot be established. Frequently made mistake is that developers start the proxy server without starting the resource server.

Resolve by catching the error and output a more user friendly message before bailing out.

e.g: ECONNREFUSED 127.0.0.1:4000 - Check to see conduits resource server is up and running.

Acceptance Criteria