Vercel deployments failing with Resource provisioning failed and 0ms build time

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

  1. Git-triggered deployments (via GitHub push)
  2. CLI deployments with vercel --prod
  3. Prebuilt deployments with vercel build && vercel deploy --prebuilt --prod
  4. Multiple retries over several hours
  5. Updated vercel CLI to 50.9.5

Example Failed Deployment

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

Resource provisioning failed means you are using a third-party integration, such as Neon or Supabase, which is suspended or not available. Could you double-check and ensure the resource is accessible? You might need to contact the support team of the service you’re using for more information.

1 Like

Thanks @swarnava — you were right. The issue was with one of my Upstash integrations. After verifying all third-party resources (Supabase, Upstash Redis/QStash/Search/Vector) were accessible and re-authenticating the connections, deployments are now working fine.

Appreciate the quick pointer!

1 Like