Deployment keep failing
omnigapai
HOBBYOP

4 months ago

I never had a issue with deployment. just recently my invoice was due. i just paid it this moring but i push a few things this morning. and everything was working fine. then i pushed another to railway production and deplyment failed. deployment starting container not even starting and im getting health check issues that i never got. im able to rollback and that works. but i dont know what happen im at a cross roads with this. now i just paid invoice this morning and it was due yesterday but i dont know if that would cause this problem.

$10 Bounty

23 Replies

4 months ago

Hey, do you see any logs on the deploy logs tab?


omnigapai
HOBBYOP

4 months ago

no logs on the deploy logs


omnigapai
HOBBYOP

4 months ago

well it just says this below @ThallesComH :

2025-11-06T13:40:02.000000000Z [inf] Starting Container


omnigapai
HOBBYOP

4 months ago

but nothing starts up


4 months ago

Can you confirm that every service except the one you're trying to deploy right now is deployed and functional?


omnigapai
HOBBYOP

4 months ago

lik it just started 2 hours ago where you see the 4 failed attempts, then the green because we remove health check and app didnt work. so then i tried to push again and it failed, then i did a roll back and got that green deployment. then im trying to push updates again and getting failed again

1435992439642132500


4 months ago

It sounds like your health endpoint just isn't working properly


4 months ago

so even without the health check in Railway you're still getting issues?


omnigapai
HOBBYOP

4 months ago

without health check it deployed, but the app didnt work like my appplication wasnt really running when i visted the domain


4 months ago

Are you able to revert your changes?


4 months ago

By revert, I mean a git revert for example and not a rollback on Railway, because as you said, if you do a rollback, the application starts up again, which clearly indicates an issue with your recent changes


omnigapai
HOBBYOP

4 months ago

yes but when i do git revert and push to railway the deploy failed again


omnigapai
HOBBYOP

4 months ago

which is weird


omnigapai
HOBBYOP

4 months ago

it wasnt even a big change either. something minor. so i git revert and pushed again. deplooyment failed, so thats why i just did roll back but im confused why all deployments are failing


omnigapai
HOBBYOP

4 months ago

like the starting container not even starting


omnigapai
HOBBYOP

4 months ago

just does this every time


4 months ago

Just to confirm, are you able to create a new service on Railway that links to your current code? Then see if it deploys correctly.


omnigapai
HOBBYOP

4 months ago

didnt try that. should i try?


4 months ago

Would help us debug a little bit more and confirm that it isn't a Railway issue


4 months ago

Try to replicate your service as much as possible from health checks, environment variables and start up commands


omnigapai
HOBBYOP

4 months ago

ok will do


omnigapai
HOBBYOP

4 months ago

i did new service and it didnt work. i also just now revert back to a git from yesterday and pushed back and its still not inializing the app. its just stuck at saying

1436002411050438700


4 months ago

That's definitely odd. Could you please deploy this service and see if anything changes? https://github.com/railwayapp-templates/minio
If not, I'll bump the thread so that the team can take a look.


Loading...