Vercel not auto-deploying after git push

My Vercel project is linked to GitHub, but new commits do NOT trigger any deployment at all. Vercel doesn’t even pull the damn latest code.
I tried reconnecting the repo does absolutely nothing. I’ve wasted my whole f**king day on this nonsense. Even Netlify — yes, Netlify — has a simple “Retry with latest branch commit” button to pull the newest code.
How the hell does Vercel NOT have such a basic option in 2025?
This is ridiculous. Please fix this sh*t.

Does your project use a version of Next.js or React affected by the React2Shell vulnerability? If so, the deployment may be blocked (see https://vercel.com/kb/bulletin/react2shell#deployment-guide).

Or there could be a configuration error. In either case, I would expect to see some details added to the commit about the build failure.

If you use the CLI to run vercel build on your local repo, that’ll give you more details about any problems preventing the deployment.

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