Dispatch
Vercel Sandbox goes multi-region, which matters if your agent's sandbox is far from your database
Vercel Sandbox now runs in four regions, iad1 (Washington DC, still the default), sfo1, cle1 and cdg1, with the rest of Vercel's regions promised later. Region choice is available on all plans; failover region configuration is Pro and Enterprise only. You set it in Settings > Sandboxes, via `vercel project update my-project --sandbox-region cdg1 --sandbox-failover-regions iad1,cle1`, or by passing `region` and `failoverRegions` to `Sandbox.create()`.
↳ Follow the thread