Webhook updating content even though it's turned off

Hello, I'm a bit confused with how webhooks are working now, I used to be able to turn them off and prevent any updates from showing up on my website. Right now, even though they are off, I can still see the updates.

Edit: I have a separate webhook for my staging site that builds a different branch of the project.

I'm trying to have a staging site where we can review updates before publishing, but this is causing some trouble with my clients. Could someone guide me a bit on how to do this properly?

I'm using netlify as host and my project is in nuxt3.

Hey Javier!

It sounds like you may need to check your deployment platform settings in Netlify, since they have their own webhooks as well.

While the webhooks in Prismic can indicate when changes occur, they do not trigger rebuilds automatically; that action needs to be handled within Netlify's settings. Make sure to review your webhook configurations in Netlify to ensure they align with your staging and production needs.

1 Like