Railway deployments get stuck at creating container and fail after 26 minutes with zero logs
giltayar
PROOP

25 days ago

railway deploy of a docker image fails after 26 minutes creating containers

There are no deploy logs and diagnosing the failure says that the diagnosing failed.

Solved$10 Bounty

7 Replies

Railway
BOT

25 days ago

This thread has been opened as a bounty so the community can help solve it.

Status changed to Open Railway 25 days ago


naderhamoud-arch
FREE

25 days ago

architecture mismatch and health-check binding are the two most common self-inflicted causes — worth ruling those out first before assuming it's Railway's infrastructure..

Download the full logs via Ctrl+K → "Download Logs" on the deployment page

Try railway up from the CLI directly instead of the dashboard

Post in the Railway Help Station (station.railway.com) with your service ID — Railway staff actively triage these and often it's a known infra-side scheduler bug rather than anything on your end.


25 days ago

What image you're trying to deploy?


giltayar
PROOP

24 days ago

An image I built myself and that runs locally fine (using docker desktop). The image is linux/amd64 and so should be fine.

https://hub.docker.com/repository/docker/giltayar/monnaie-app/general


24 days ago

I can't access it, is it a private image?

If it's a private image, You need to upgrade to Pro Plan to be able to use private credentials

Or just deploy the repo and Railway will automatically build the image using Dockerfile in your repo


giltayar
PROOP

24 days ago

Sorry, I gave you my private link and not the public one: https://hub.docker.com/r/giltayar/monnaie-app



giltayar
PROOP

24 days ago

NVM, I found the problem - I used @ instead of : to separate the image name from the version 🤦‍♂️


Status changed to Solved mayori 24 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...