6 months ago
I have a config as code file inside my bun service, but when I deploy it, its says that the region is not available yet lists it as available.
Region asia-southeast1-eqsg3a is not available. Available regions are: [asia-southeast1, asia-southeast1-eqsg3a, europe-west4, europe-west4-drams3a, us-east4, us-east4-eqdc4a, us-west1, us-west2]
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "bun install",
"watchPatterns": [
"services/global-node/**",
"services/shared/**"
]
},
"deploy": {
"startCommand": "bun run start",
"healthcheckPath": "/health",
"healthcheckTimeout": 60,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 3,
"multiRegionConfig": {
"asia-southeast1-eqsg3a ": {
"numReplicas": 1
}
}
}
}2 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
You have a space after the region code in your JSON.
We should really whitespace trim that on our end.
Status changed to Awaiting User Response Railway • 6 months ago
6 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 6 months ago