Hello,
Project concerned: normivia (Project ID: prj_Uk10HtNzpK0IADgBeTJmIARx7zK4)Connected GitHub repository: tilanddi-prog/Normivia (connected since July 8th)Production environment: attached to the “main” branch, domain www.normivia.com
Problem
For several days now, commits pushed or merged to the “main” branch are no longer triggering any Vercel deployments, neither in Production nor in Preview — even though the GitHub integration appears correctly connected and the Production deployment is correctly attached to “main”.
This is what the GitHub status of the commit shows (via the commits/{sha}/status API):
context “Vercel” → state “failure”, description “Deployment failed.”
However, in the Deployments tab of the Vercel dashboard (all statuses displayed, including Error), no deployment corresponding to this commit appears at all. The "failure" status therefore seems orphaned—associated with no actual build attempt, rather than a true build failure.
Example of a recent commit involved: 412467a02250f14b7100f933b8f02eabb206108c (“Merge EPIC-V2-001: Reversible Archiving of an Organization”, 2026-08-08).
What I have already checked/tried (without lasting success):
Disconnected and then reconnected the project's GitHub integration (Project Settings → Git).
Checked "Ignored Build Step" (Build and Deployment): set to "Automatic," no custom build skip script.
Environments verified: Production correctly attached to “main”.
A Deploy Hook was manually triggered for “main”: this deployment worked and went to Production successfully. However, subsequent commits, pushed normally after this manual deployment, exhibited the same behavior (no automatic deployments triggered).
My request:
Could you investigate on the platform side why GitHub push events on “main” are no longer triggering builds for this project (blocked webhook, account limit, build queue stuck, or some other cause invisible to the dashboard)? The Deploy Hook workaround works but isn't sustainable for every merge—I need automatic triggering to be fully restored, not just a single deployment that turns green.
Thank you in advance.Normivia