Skip to content

Railway Deployment #9232c3 fix: switch to Railpack builder - #1

Closed
railway-app[bot] wants to merge 3 commits into
mainfrom
railway/fix-deploy-9232c3
Closed

Railway Deployment #9232c3 fix: switch to Railpack builder#1
railway-app[bot] wants to merge 3 commits into
mainfrom
railway/fix-deploy-9232c3

Conversation

@railway-app

@railway-app railway-app Bot commented Jun 7, 2026

Copy link
Copy Markdown

Problem

The build fails because railway.toml forces the Nixpacks builder, which downloads Nix package archives from GitHub. The Nixpkgs archive endpoint returns HTTP 504 errors intermittently, causing the build to exit with code 1 before ffmpeg (required by faster-whisper) can be installed.

Solution

Removed builder = "nixpacks" from [build] so Railway uses the default Railpack builder, which does not depend on Nix or GitHub archive downloads. Added RAILPACK_DEPLOY_APT_PACKAGES = "ffmpeg" under [deploy.variables] so ffmpeg is installed via apt during the Railpack build, satisfying the faster-whisper runtime dependency reliably.

Changes

  • Modified backend/railway.toml

Context

  • Deployment: #9232c3
  • Failed commit: d058ea5

Generated by Railway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant