Deploy hooks doesn't trigger any deployment, they used to work fine

Issue
I have 3 deploy hooks in vercel for my remote branches in the repo. They used to work well. When I hit the hook url’s on the browser, in the deployments tab each deployment appeared right after. Since today morning, I am facing this issue. No deployments appear. API Response is below along with other details.

Deploy hook URL https://api.vercel.com/v1/integrations/deploy/prj_ijwVVCC1mLCWLnWdxNarD1zHZKxk/VdDzUP5a9b

API response
{
“job”: {
“id”: “XEvXNEfawARto1PGHjRw”,
“state”: “PENDING”,
“createdAt”: 1754175490667
}
}

App tech stack: supabase, next.js, bitbucket

Appreciate any help.

Did you know there’s another category dedicated to v0 topics? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

Our docs are a great place to start.

We also have a walkthrough to help guide your workflow.

And these recordings can give you a look at v0 features and strategies in action shown by our Community:

https://community.vercel.com/tags/c/events/42/v0

You’ll be able to deploy your project if you make the repo public or move it to a personal GitHub account.

Deploying private organization repos has been restricted

From Deploying private Git repositories using Hobby teams

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.