Issue: Deploy hooks are creating jobs but deployments are not appearing in the dashboard or executing builds.
Project Details:
-
Project Name: localplus-admin-dashboard
-
Repository: dhsg225/localplus-super-app
-
Root Directory: admin (correctly configured)
-
Framework: Vite (auto-detected)
Configuration Status:
-
Git repository connected properly
-
Root directory set to admin
-
Environment variables configured
-
Build settings correct (npm run build, dist output)
-
Deploy hook created and working
Problem Details:
-
Deploy hooks are successfully creating jobs with PENDING status
-
Two separate job IDs created: vYvzCB0haVuZmd7KPcsL and U4Xl7vIIi2FAeDmyjmnW
-
Both returned successful responses with “state”: “PENDING”
-
However, no deployments appear in the Deployments tab at all
-
Dashboard still shows “No Production Deployment”
-
Filtering shows “No deployments match the current filters”
Deploy Hook URLs Used:
text
Apply
https://api.vercel.com/v1/integrations/deploy/prj_8Vzpi2zRHJN2KQ4HpANQJRgvXMyA/6O70C389Qs
Expected Behavior:
Deploy hook should trigger a build and deployment visible in the Deployments tab.
Actual Behavior:
Jobs are created but no builds start and no deployments appear in dashboard.
Question for Support:
Why are deploy hook jobs being created successfully but not triggering actual builds or appearing in the deployment history?