5 months ago
Hello, I'm experiencing persistent deployment failures for my project (pv-airport-transfer-2). The build process completes successfully, but the deployment consistently stalls and eventually times out during the
image pushstep.
Symptoms:
- The build logs show success (e.g.,
exporting to docker image format completes).
- The
image push progress bar starts but stalls indefinitely (e.g., at 90MB of 90MB, or 246MB of 246MB) and eventually fails after ~10 minutes.
Troubleshooting steps I've taken:
- Default Nixpacks: Tried standard deployment; stalled at ~246MB.
- Custom Dockerfile: Switched to a multi-stage Dockerfile (Debian Slim) to minimize image size. Reduced image to ~90MB, but it still stalled at the push step.
- Context Optimization: Verified .dockerignore is correctly excluding
node_modules and local artifacts.
4. Runtime Config: Verified the app binds to
0.0.0.0 and
$PORT , though the failure happens before runtime (during registry push).
Since this happens with both Nixpacks and a custom Dockerfile, and even with small images (<100MB), it appears to be an internal network or registry ingestion issue on the builder node.
Could you please investigate the builder's connectivity for my project?
5 Replies
5 months ago
So sorry about that. It seems you got caught up in an issue that we have since fixed, but I have retroactively fixed your service, and it has since deployed successfully.
Status changed to Awaiting User Response Railway • 5 months ago
5 months ago
Oh, thanks, really thought I was doing something wrong. Was even considering another hosting option for the app... :-)
Status changed to Awaiting Railway Response Railway • 5 months ago
Status changed to Awaiting User Response Railway • 5 months ago
5 months ago
Hi, we've got the exact same issue,
for the past 2 days, we can't deploy new commits, they all get blocked at "image push 304.2 MB step".
even redeploy the curent active deployment isn't possible.
how can we fix that please ?
Status changed to Awaiting Railway Response Railway • 5 months ago
romainovd
Hi, we've got the exact same issue, for the past 2 days, we can't deploy new commits, they all get blocked at "image push 304.2 MB step". even redeploy the curent active deployment isn't possible. how can we fix that please ?
5 months ago
Can you please open your own thread? It sounds like your issue is different from the OP's.
Status changed to Awaiting User Response Railway • 5 months ago
Status changed to Solved brody • 5 months ago