Post content
Hi,
I’m hitting a blocking issue with Resource Provisioning that makes the project completely undeployable.
The deployment fails before the build starts, logs never load, and the process always stops at:
Provisioning Integrations
Neon: Create database branch for deployment
This is the exact same issue described here:
https://community.vercel.com/t/build-failed-resource-provisioning-failed-build-logs-not-loading/21495
Timeline / what happened before it broke
Initially, deployments were working almost fine:
- The build actually started and progressed normally.
- It then failed during the build due to:
- an outdated Next.js version
- reported vulnerabilities / security warnings.
At this stage:
- provisioning completed successfully,
- build logs were available,
- the failure was a standard build failure (not related to provisioning).
Next:
- Vercel automatically created a GitHub branch suggesting an update to the Next.js version.
- I merged that GitHub branch into my main branch after updating Next.js and fixing the reported issues.
After this merge:
- Deployments stopped working entirely.
- The build never starts.
- Build logs are no longer available.
- Every deployment now fails at Resource Provisioning, before the build phase.
At this point, the project appears to be stuck in a broken provisioning state.
The project is effectively bricked due to a stuck provisioning state.