My Vercel deployments are getting stuck in Queued and never start building.
What I have tried:
- Cancelled old queued deployments
- Removed several old deployments
- Disconnected and reconnected the Git repository
- Pushed a fresh commit to the main branch
- Created and triggered a deploy hook manually
- Tried creating a fresh Vercel project
Result:
Every new deployment still stays stuck in Queued.
There are no build logs because the deployment never reaches the Building stage.
The project is a small static website with Vercel API functions, so it should not require a long build step.
This seems like an account/project build queue issue, deployment worker issue, or some internal deployment lock.
Has anyone seen this before, or is there anything else I can check from my side?