Skip to content

Railway Deployment #fe3561 fix: fix builder and migrate command#1

Open
railway-app[bot] wants to merge 1 commit into
masterfrom
railway/fix-deploy-fe3561
Open

Railway Deployment #fe3561 fix: fix builder and migrate command#1
railway-app[bot] wants to merge 1 commit into
masterfrom
railway/fix-deploy-fe3561

Conversation

@railway-app

@railway-app railway-app Bot commented May 27, 2026

Copy link
Copy Markdown

Problem

The build fails immediately at BUILD_IMAGE with no logs because railway.json specifies "builder": "NIXPACKS", which is no longer a valid Railway builder value. Additionally, npx prisma migrate deploy in the buildCommand requires DATABASE_URL, which is not available at build time, causing a secondary failure.

Solution

Changed builder to "RAILPACK", removed the redundant pnpm install (Railpack handles this automatically), moved npx prisma migrate deploy to preDeployCommand where DATABASE_URL is available, and updated the $schema URL to the current railway.com endpoint.

Changes

  • Modified railway.json

Context

  • Deployment: #fe3561
  • Failed commit: fcfd36d

Generated by Railway

@vercel

vercel Bot commented May 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kilimolink Ready Ready Preview, Comment May 27, 2026 5:28pm

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.

0 participants