L2 / Identity & Cluster
Worker Identities
WhatsApp Workers across all clusters. 0 registered, target 9 for Test 3000.
API not connected
The dashboard needs VCC_API_URL + VCC_BOOTSTRAP_API_KEY env vars to talk to the api.
One-time bootstrap:
# 1. SSH into the api service (one-time): railway run --service api npx ts-node scripts/bootstrap-client.ts # 2. Copy the printed API key. # 3. Set on dashboard service: railway variables --service dashboard \ --set "VCC_API_URL=https://api-production-3f51.up.railway.app" \ --set "VCC_BOOTSTRAP_API_KEY=<paste-key-here>" # 4. Wait ~60s for dashboard to redeploy with new env.