Hello, since yesterday i don’t see any deploy in my dashboard. I’m using Prismic webhook to trigger Vercel and deploy the main branch but nothing is happening when i tried yesterday (but i have 201 code). I’ve double checked all github and Vercel settings and i also tried to reconnect my github account.. I have Hobby Plan but i didn’t exceed quotas. I also tried to create new hook.
curl -X POST https://api.vercel.com/v1/integrations/deploy/{project-id}/{hook-id}
{"job":{"id":"{job-id},"state":"PENDING","createdAt":1756472767548}}%
(I edited your post to remove the IDs just so no random visitors attempt to trigger deploys for you)
The deploy is being blocked because the author of the commit is not a member of the team in charge of the project. This has been policy for several years now but the Builds team recently fixed some bugs in the enforcement code so your process may have slipped by
You should be getting notification emails on each failed deploy with the reason (they were sent out to the same email you’re signed in here with) so if you haven’t seen them you may need to check your spam folder
Thanks you ! ( I had changed the token to prevent random deploy). I finally took the pro plan and it solve my issue with prismic webhook by the way (if prismic user see this post in the future)