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:
- No deployment appears in the Deployments UI
- The site doesn’t update with new code
- 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!