Hi Vercel team,
Problem
All my deployments to the foodshare-web project have been failing consistently for the past several hours with the following error:
Error: Resource provisioning failed
The builds show 0ms duration, indicating they never start.
Environment
- Project:
foodshare-web - Team:
foodshare - Node.js Version:
24.x
What I’ve Tried
- Git-triggered deployments (via GitHub push)
- CLI deployments with
vercel --prod - Prebuilt deployments with
vercel build && vercel deploy --prebuilt --prod - Multiple retries over several hours
- Updated
vercelCLI to50.9.5
Example Failed Deployment
- URL: https://foodshare-m8p9dwfn2-foodshare.vercel.app
- ID:
dpl_FqwZ8cApyHk9SEbqhUCmcwJhBchY - Status: Error
- Build duration:
0ms
All deployments fail instantly without the build even starting. The status page shows the “Elevated git clone duration” incident as resolved, but deployments are still failing.
Is there an ongoing infrastructure issue affecting my project or region?
Thanks,
Ta