With Changelog https://github.com/espocrm/espocrm/issues/3599 it seems that this has also side effects to local webhooks urls.
Workaround: Define e.g. in your config.php:
'webhookAllowedAddressList' => ['127.0.0.1:8000'],
See https://docs.espocrm.com/administrat...ocal-host-urls
Workaround: Define e.g. in your config.php:
'webhookAllowedAddressList' => ['127.0.0.1:8000'],
See https://docs.espocrm.com/administrat...ocal-host-urls
