The router seems to be accepting the first URL match without guarantee that such service have a running node instance. In my case I just started a hapi-service-test service and the response from the router is this:
{
"statusCode": 503,
"statusMessage": "Service Unavailable",
"statusDescription": "The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay",
"result": {
"reason": "HR: [ol0r2s8oml] Unavailable express-service-test instances"
},
"tracer": "ol0r2s8oml"
}
Meaning that the hydra-router is considering old routes from the express-service-test service that I have ran in the past.
Regards, Rolando
The router seems to be accepting the first URL match without guarantee that such service have a running node instance. In my case I just started a hapi-service-test service and the response from the router is this:
Meaning that the hydra-router is considering old routes from the express-service-test service that I have ran in the past.
Regards, Rolando