Eternal Healthcheck Failure
johncourtehs-pixel
HOBBYOP

3 months ago

Hi team,

Since a couple of days, my deployment is failing. I do not remember any major change (or I am mistaking). I am seeing constant Network Failure, tried to redeploy an old version (that worked before) and still got the same error:

Attempt #1 failed with service unavailable. Continuing to retry for 1m38s

Similar to:
https://station.railway.com/questions/healthcheck-failure-00d29c2b

$10 Bounty

1 Replies

anarchistmanifesto
TRIAL

3 months ago

hey @johncourtehs-pixel

glad to see brody got you back online

honestly this happens sometimes when the builder updates in the background and changes how it detects your start command or port

since your code didn't change but the deployment broke it is almost always the build environment changing under your feet

to stop this from happening again i definitely recommend pinning your nixpacks version

just add this into your service variables so you don't get surprise updates

NIXPACKS_VERSION

set it to the current working version or check the docs for the latest stable release

saves you from waking up to random 404s in the future

cheers


Loading...