Webhooks Not Firing for Issue/Task/User Story Events

I’m using Taiga and have configured a webhook to send event data to my own API endpoint. Everything was working correctly until the past thurday (I think the page was down for some time).
I can successfully receive the Test event from Taiga (the {‘type’: ‘test’, ‘action’: ‘test’} payload), but I never receive actual events for newly created issues, tasks, or user stories. My server logs show no incoming POST requests for real events. I tried a new project and it doesn’t seem to be working either.

Thank you for your help! If you need any more info, logs, or configuration details, just let me know. I appreciate any guidance or suggestions on how to resolve this.