Skip to content

Fix railway.toml builder config and align with Bun setup - #2

Open
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-rdRf5O
Open

Fix railway.toml builder config and align with Bun setup#2
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-rdRf5O

Conversation

@railway-app

@railway-app railway-app Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

Problem

The deployment failed at BUILD_IMAGE with "Node.js 18.x has reached End-Of-Life and has been removed". The root cause was builder = "nixpacks" in Oracle-Server-Production/railway.toml — an invalid Railway builder value that triggered a legacy Nixpacks code path, which attempted to install the now-removed Node 18 from Nix packages. The build and start commands also referenced npm despite the project using Bun (evidenced by the bun.lock file).

Solution

Changed builder to "RAILPACK" (the correct valid value), buildCommand to "bun run build", and startCommand to "bun start". This restores the Railpack build path that was working in the previous successful deployment, which auto-detected Bun and resolved Node 22. The deploy section's restart policy settings are unchanged.

Changes

  • Modified Oracle-Server-Production/railway.toml

Generated by Railway

@vercel

vercel Bot commented Apr 30, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
mock-farcaster-celo Ready Ready Preview, Comment Apr 30, 2026 11:18am
vista-dashboard-celo Canceled Canceled Apr 30, 2026 11:18am

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