• I’m using this plugin to trigger netlify builds via webhooks. It was working great for most of this year, but stopped working in the last month or so.

    To debug, I’ve tested the netlify webhooks via curl and they work fine. I’ve also added email notifications and they aren’t triggering either. Does this plugin require any particular modules on the server etc which may be missing? Is there anywhere to see any logs of why the notifications aren’t triggering? Is there a log of notifications?

    I’m installing everything via ansible using the https://roots.io/ framework, so everything is managed via composer etc. My theme is vanilla twentyseventeen.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi @all9lives,

    hmm, it doesn’t need particular modules, but I found a bug causing the Notification not work while OP cache is enabled. That’s now tested and the check will be deployed in today’s release.

    Unfortunately, there’s no log of notifications anywhere.

    After the last release, the plugin initializes itself on plugins_loaded action so if you are using some actions called before it, it wouldn’t work.

    What’s the trigger you are using?

    Thread Starter all9lives

    (@all9lives)

    Hi @kubitomakita, thanks for getting back to me.

    Unfortunately, this latest version also doesn’t seem to trigger anything. We’re just using basic posts triggers on publish, update to call a webhook url to trigger a build on Netlify. It had been working great for months but now the webhooks aren’t getting called.

    Anything I can provide to help debug?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update and publish webooks have stopped’ is closed to new replies.