You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I develop in NodeJS. I would like to assign the /healthcheck on status-monitor initialization. The library provides a clear way to achieve it. However, even though I follow the given instructions, the route /status still gives the response "FAILED", even though the app is healthy. The healthCheck controller as well as library import and router are below.
Hi,
I develop in NodeJS. I would like to assign the
/healthcheck
on status-monitor initialization. The library provides a clear way to achieve it. However, even though I follow the given instructions, the route/status
still gives the response "FAILED", even though the app is healthy. ThehealthCheck
controller as well as library import and router are below.Do you know the reason for this non-working scenario?
The text was updated successfully, but these errors were encountered: