Railway CLI – persistent timeouts
jakobzach
HOBBYOP
7 months ago
I'm trying to set env vars in my GitHub Action but continuously get timeout errors for the following CLI command:
RAILWAY_TOKEN=<token> railway variables --service <service_id> --environment <env_id> --set "SENTRY_RELEASE=api-test"
Failed to fetch: error sending request for url (https://backboard.railway.com/graphql/v2)
Caused by:
0: error sending request for url (https://backboard.railway.com/graphql/v2)
1: operation timed out
The issue also exists when trying through my local terminal and has persisted for >24h now.
There is also this GitHub issue for almost 2 months now: https://github.com/railwayapp/cli/issues/655
0 Threads mention this feature
0 Replies