- Issue created by @kubrick
- Merge request !34Issue #3302284 by sanduhrs, ant1, datawench, vrs11: Add possibility to set up... → (Closed) created by kubrick
My webhook returned a 500 error, debugging showed the UUID being set to NULL in WebhooksService.php's send method.
It appears it tries to generate a new UUID using a non-existing function, which is not needed as one is already generated in Webhook's contructor.
Remove the $webhook->setUuid($this->uuid->generate());
line in WebhooksService.php
Active
4.0
Code