Auto deploy from GitHub not working

First time with Vercel.
It was working prefectly, but now with “git push”, I does not auto deploy to Vercel.

Is it a limit for a free account ? I just pushed 10 times.

I also tried deleting and recreating the app.
Reconnected github, re installed the github app…

I don’t think you ran into a limit after only 10 deployments. Do you see any errors on the GitHub commit or your Vercel dashboard?

We have another post with debugging tips that can help you figure out what’s going wrong. Please give these a try and let me know if your deployments still aren’t working :pray:

After git push, no deploy to vercel occurs.

In “build logs”, nothing is written. I only see the initial text written when I first imported the repository.

No errors on github commit, and nothing shows up in Vercel dashboard.

It was working earlier today.

Did you try the build error debugging tips I linked? The Local vs. Vercel Build Discrepancies steps should give you more clues about why the build doesn’t start automatically

But it’s all npm and node stuff.

I was able to deploy before without using node/npm.

Can you verify that the person who made the commit is a current member of your Vercel team?

If the commit email address doesn’t match up with the one from your GitHub and Vercel accounts, then the deployment could be blocking it as an unrecognized user.

You can check the local setting by running the git config --global user.email. And you can update it with git config --global user.email "YOUR_EMAIL" if the email doesn’t match your account.

1 Like

That was it!

My git config user was not set.

I updated to the right username and all work fine !

Thanks!

2 Likes

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