Solved: Health checks failing for rails app
acero-ad
TRIALOP

a year ago

My app never starts because the health checks are failing but I have no logs that can hint me about what is failing.

Probably is some missing or wrong configuration but im not able to see why the server is not running.

Solved

3 Replies

a year ago

make sure the health check is a path and not a URL, meaning /api/health rather than https://example.com/api/health


dev

make sure the health check is a path and not a URL, meaning /api/health rather than https://example.com/api/health

acero-ad
TRIALOP

a year ago

as I was thinking the problem was with some misconfiguration that was not even starting the server. Once this was solved everything is working as it should.


a year ago

Ohh alright, sorry for the misunderstanding I was under the impression that everything but the healthcheck was working

glad you got it working now! Marking as solved


Status changed to Solved dev about 1 year ago


Loading...