[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Vercel deploy hook creates job but deployment never appears or executes

35 views · 0 likes · 2 posts


Johnnyhall81 (@johnnyhall81) · 2026-01-23

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](https://api.vercel.com/v1/integrations/deploy/prj\_iCWwDrvZcgZqk41hcnCOTH4o6CAT/em9GRyROK5)

Example response: 
```json
{“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!


Anshuman Bhardwaj (@anshumanb) · 2026-01-23

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!