Hi everyone,
I’m experiencing a “Deployment Blocked” error on my Hobby project and I’m looking for a way to resolve it.
The Error
Error: The Deployment was blocked because the commit author does not have contributing access to the project on Vercel. Hobby teams do not support collaboration.
The Situation
- I am the sole owner and only member of this project.
- My
Vercelaccount email is verified and set as Primary. - My local Git configuration (
user.email) matches myVercelaccount email exactly. - I’ve verified with
git logthat the commit author is indeed correct.
What I’ve Already Tried
- Confirmed that the email is identical on both
GitHubandVercel. - Disconnected and reconnected the
GitHubrepository in the project settings. - Attempted to transfer the project, but since it’s a
Hobbyplan, I’m stuck in the current “Hobby Team” scope.
It appears Vercel is misidentifying me as an external collaborator. Has anyone encountered this false positive before? Is there a way to fix this identity mismatch without upgrading to a Pro plan, given that I am the only person working on this project?
Thanks in advance for your help!