Vercel deploy hook creates job but deployment never appears or executes

Project: clientdining-v1 (prj_iCWwDrvZcgZqk41hcnCOTH4o6CAT)

Issue: When I trigger my Deploy Hook, I get a successful 201 response with a job ID in PENDING state, but:

  1. No deployment appears in the Deployments UI
  2. The site doesn’t update with new code
  3. This happens both via GitHub webhook and manual URL trigger

Deploy Hook URL: https://api.vercel.com/v1/integrations/deploy/prj_iCWwDrvZcgZqk41hcnCOTH4o6CAT/em9GRyROK5

Example response:

{“job”:{“id”:“mA0ORkK8IgBb3b6j3wFH”,“state”:“PENDING”,“createdAt”:1769166753635}}

The only way I can deploy is by manually clicking “Redeploy” in the UI, but this doesn’t pull latest commits from GitHub.

Any help appreciated!

To assist you better, could you please provide the deployment/build logs as well as your configuration files (next.config.js and vercel.json)? This information will help us pinpoint the issue more effectively. Happy to help!