Deployment keep failing
omnigapai
HOBBYOP

a month 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

0 Replies

passos
MODERATOR

a month ago

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


omnigapai
HOBBYOP

a month ago

no logs on the deploy logs


omnigapai
HOBBYOP

a month ago

well it just says this below @ThallesComH :

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


omnigapai
HOBBYOP

a month ago

but nothing starts up


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


omnigapai
HOBBYOP

a month 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


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


passos
MODERATOR

a month ago

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


omnigapai
HOBBYOP

a month ago

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


passos
MODERATOR

a month ago

Are you able to revert your changes?


passos
MODERATOR

a month 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

a month ago

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


omnigapai
HOBBYOP

a month ago

which is weird


omnigapai
HOBBYOP

a month 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

a month ago

like the starting container not even starting


omnigapai
HOBBYOP

a month ago

just does this every time


passos
MODERATOR

a month 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

a month ago

didnt try that. should i try?


passos
MODERATOR

a month ago

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


passos
MODERATOR

a month ago

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


omnigapai
HOBBYOP

a month ago

ok will do


omnigapai
HOBBYOP

a month 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


passos
MODERATOR

a month 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...