Vercel Deployment not working anymore

Hi – I’m having trouble with deploying. No matter what I do, the change is not triggering a deployment. I’ve tried to manually trigger a deployment, but I’m receiving this error:

“Deployment request did not have a git author with access to the project on Vercel.”

I saw that changing my git config email to match the one on Vercel could help. However, it was already the same and it didn’t change anything.

I’m not paying for this project which might be the reason. However, deployment was working a couple of weeks ago.

Hi, @thimm!

Your builds are most likely blocked because you are not the owner of the team. On Hobby, Vercel’s free plan, the commit author must be the owner of the Hobby account.

If you’re looking to collaborate on a project or team that you don’t own, you have a few options!

  • Make your repository public. Vercel loves open source technology! Collaboration is free for public repositories.
  • Upgrade to Pro and add @username as a member. A Pro subscription is required to access Vercel’s collaborative features.
  • If you’re an owner of the team, upgrade and add @username as a member.
    • If you’re a user who would like to request access, head to the /teams/invite link in the message.
    • If you’re already a member of the name team, make sure that your Vercel account is connected to your git provider name account.

Hope that helps!

Hi @pawlean - thank you for the quick reply.

Just after asking the question in the forum, it magically started to work.

Thank you for that :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.