Issue:
Calling deploy hook endpoints returns success payload and job IDs with state: "PENDING", but no deployment is ever created in the Deployments list.
Example stuck job IDs:
-
BhINuTessyPXc3B9uZlW -
RATbnIVo3QodN4kLoeCB -
2WS98AlQX0fOtocctKC2 -
9ccFR9nR97XdbOZaUEhW
What we already verified:
-
Git repo connected correctly
-
Production branch is
main -
vercel.jsonis valid and contains cron:-
path
/api/job-sync -
schedule
0 */6 * * *
-
-
No blocking settings in
vercel.json(github.enabled=falseorgit.deploymentEnabled=falseare not present)
Observed behavior:
Deploy hook requests are accepted but remain pending and never materialize as deployments.