gritsp
FREEOP
3 months ago
Hi team, I got timeout when I try to set variable via cli
railway variables --set APP_VERSION=v0.0.3 --service ...
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 outPlease help me.
1 Replies
3 months ago
Hello,
Can you try using that command with the --skip-deploys flag, that way the command doesn't have to wait for a redeployment.
knyambe
FREE
4 days ago
I'm also having this exact issue even after adding --skip-deploys. The variables are successfully set, but my CI/CD pipeline fails with this timeout issue. Any help please.