v5.11.72, self hosted
I’m having some issue with webhooks not triggering when I expect them to, particularly the hook for “Delete Invoice”. I re-pointed my hooks to webhook.site to do some testing and I’m getting posts when I create, update, archive, restore, etc. The delete hook does not trigger when I delete an invoice regardless of the invoice status (draft, sent, paid). Oddly I do see the delete hook trigger when I restore a deleted invoice.
I set my .env debug to true, ran “php artisan optimize”, and am tailing all files in /storage/logs but do not see any verbose logging around webhooks. Is there a log I can watch to see when these are getting triggered? Are there any known issues surrounding the “Delete Invoice” hook?