Skip to content

Railway Deployment #3690d8 fix: use npm versions for iso packages#1

Open
railway-app[bot] wants to merge 2 commits intomainfrom
railway/fix-deploy-3690d8
Open

Railway Deployment #3690d8 fix: use npm versions for iso packages#1
railway-app[bot] wants to merge 2 commits intomainfrom
railway/fix-deploy-3690d8

Conversation

@railway-app
Copy link
Copy Markdown

@railway-app railway-app bot commented Mar 20, 2026

Problem

The actors service build fails because iso-kv, iso-signatures, and iso-ucan are referenced as workspace: dependencies pointing to iso-repo/packages/*, which is a git submodule. Railway does not initialize submodules on clone, so the directory is empty and bun cannot resolve the packages during bun build --compile.

Solution

Reverted iso-kv, iso-signatures, and iso-ucan in actors/package.json to their published npm versions (^3.1.1, ^0.5.1, ^0.4.2) and removed the iso-repo/packages/* entry from the root workspaces in package.json. This ensures bun install fetches the packages from the npm registry instead of the empty submodule directory.

Changes

  • Modified actors/package.json
  • Modified package.json

Context

  • Deployment: #3690d8
  • Failed commit: 8503958

Generated by Railway

@zicklag zicklag force-pushed the main branch 5 times, most recently from dc62eff to 526cc7a Compare March 20, 2026 02:37
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