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
[x] Proxy bails with a friendly error message when resource server is not running
[x] Proxy continues to work as before when started in the right sequence
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