Automatic deployment is broken after upgrading to Pro plan

Hi,

I upgraded my Verce Hobby plan to the Pro plan. However, no when I push my changes to my github repository, a deployment of my website is not triggered any longer on Vercel.

Did anyone experience the same problem? How can this be fixed?

greetings,

Anthony

Hi, and welcome to the Community, @acandael!

Great to hear you upgraded :raised_hands:

However, no when I push my changes to my github repository, a deployment of my website is not triggered any longer on Vercel.

I’ve not seen this before! A few questions:

  • Does this happen for all your projects, or just a specific one?
  • Did you make any changes to your Git permissions, perhaps?

Cross-posting some relevant documentation in case it helps!

Hi pawlean,

I only tested it for one project. There are 2 projects that are enabled with deployment protection and 3 projects that are unprotected. I tried to turn of the deployment protection, but that didn’t fix the deployment issue.

I did not make any changes to my Git permissions.

Greetings,

Anthony

Thanks for your reply, @acandael!

Could you try and re-deploy from the last successful deployment? Did you change anything between the latest and last successful deployment?

Another thing to try is maybe add your project again from a fresh slate?

Hi Pawleen,

after lot’s of trial and error I fixed automatic deployments by registering my commit author information localy with these commands:

git config --global user.name “John Doe”
git config --global user.email johndoe@example.com

greetings,

Anthony

1 Like

Thank you for coming back with your solution!

Feel free to drop into Introductions by the way, would love to hear what you’re building :smile:

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