Getting error with deployment
oletishiva
FREEOP

2 months ago

[Region: asia-southeast1]

INFO No package manager inferred, using npm default

│ Railpack 0.18.0 │

↳ Using npm package manager

↳ Found web command in Procfile

node │ 22.22.1 │ railpack default (22)

$ npm ci

context: zg2s-eyId

load build definition from railpack-plan.json

0ms

ERROR: failed to build: failed to solve: secret App: not found

$10 Bounty

3 Replies

Status changed to Awaiting Railway Response Railway 2 months ago


If you have railpack.json, check if there is a "secrets": ["App"] array. If your application only needs this variable at runtime and not during the build phase, remove it from the secrets array in your configuration file.

If you need the "App" secret during the build phase check the docs on providing secrets: https://railpack.com/architecture/secrets/#providing-secrets


oliverstrubin
HOBBY

2 months ago

Do you have a variable of "App" that's not in your service settings? Could be the issue


oliverstrubin
HOBBY

2 months ago

Do you have a variable of "App" that's not in your service settings? Could be the issue


Welcome!

Sign in to your Railway account to join the conversation.

Loading...