I have an entry on a multi site craft instance. I am using custom propagation on the section ("Let each entry choose which sites it should be saved to"). When I delete an entry, I am expecting a webhook to fire once for each site that the entry has been propagated to. Instead, it's only firing for the site I am currently viewing in the admin.
My use case is headless Craft with a unique Netlify app for each site. When I delete an entry, I want to trigger SSG on all of the Netlify apps that had been rendering that entry.
Steps to reproduce
Create a webhook like this:
Create and save an entry that has been propagated to multiple sites
Delete that entry
Check the webhook activity. I am expecting 2 delete rows, one for each site but only one is produced.
Description
I have an entry on a multi site craft instance. I am using custom propagation on the section ("Let each entry choose which sites it should be saved to"). When I delete an entry, I am expecting a webhook to fire once for each site that the entry has been propagated to. Instead, it's only firing for the site I am currently viewing in the admin.
My use case is headless Craft with a unique Netlify app for each site. When I delete an entry, I want to trigger SSG on all of the Netlify apps that had been rendering that entry.
Steps to reproduce
Create a webhook like this:
Create and save an entry that has been propagated to multiple sites
Delete that entry
Check the webhook activity. I am expecting 2 delete rows, one for each site but only one is produced.
Additional info