22 days ago
This is a platform-level builder infrastructure issue, not a code problem. Here's what's happening:
The Problem:
- Five consecutive deployments (09:47–10:33 UTC) all fail identically at the build stage
- The build gets scheduled on Metal builder
builder-xhjztsbut never executes — no Railpack initialization, no dependency install, no build command - The last successful build was at 09:21 UTC (using Nixpacks)
- The failure pattern is identical across four different commits with different build commands, ruling out code changes
- Your
@aje/webservice in the same repo built successfully with Railpack at 00:17 UTC, so the platform itself is working
Why it's not your code:
- You correctly switched from Nixpacks to Railpack (good catch on the deprecation)
- The builder is silently failing after 30–90 seconds regardless of what code or config you push
- This is specific to your service or that particular builder instance
What to do: Contact Railway support with this deployment ID (b9424027-d1cb-4142-b097-343c252e45bc). The diagnosis tool confirms this requires platform-side investigation — the builder infrastructure needs to be checked or your service may need to be reassigned to a different builder.
2 Replies
Status changed to Awaiting Railway Response Railway • 22 days ago
22 days ago
Hello,
The build itself failed with `npm install -g typescript@5.9.3 && tsc -p packages/shared && tsc -p apps/api did not complete successfully", but build logs are missing.
We are looking why this happened to a specific builder, meanwhile it was cordoned, so you should retry the build.
Status changed to Awaiting User Response Railway • 22 days ago
22 days ago
resolved. thanks
Status changed to Awaiting Railway Response Railway • 22 days ago
Status changed to Solved lord-mo • 22 days ago