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
3 Replies
Status changed to Awaiting Railway Response Railway • 2 months ago
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
2 months ago
Do you have a variable of "App" that's not in your service settings? Could be the issue
2 months ago
Do you have a variable of "App" that's not in your service settings? Could be the issue