Webhooks with port number don't appear to trigger
I have an issue where the webhook doesn't POST to an endpoint that has a port number when the Kinde event is triggered - user.created in my specific case.
I have two webhooks setup, both for the same user.created event. One points to an httpdump.app address as a testing sink , the other to an address that has a port in it eg https://api.myapp.devc:8090/api/hooks.user/created . When a user is created, I get the POST event received at the httpdump.app endpoint, but nothing at the port-based address.
My port-based endpoint receives the POST OK when I grab the event body received at the httpdump.app sink, and use Postman to POST it manually to the endpoint.
My UAT environment does not have a port number associated with the endpoint, and the same config with two webhooks firing on the same event works fine - the POST is received at both endpoints - so I'm fairly sure the issue is the port number, but it may be something else
This issue follows on from a previous port issue with setting the webhook endpoint with a port number that was resolved here 💻┃supportCannot setup a webhook endpoint that has a port number
I have two webhooks setup, both for the same user.created event. One points to an httpdump.app address as a testing sink , the other to an address that has a port in it eg https://api.myapp.devc:8090/api/hooks.user/created . When a user is created, I get the POST event received at the httpdump.app endpoint, but nothing at the port-based address.
My port-based endpoint receives the POST OK when I grab the event body received at the httpdump.app sink, and use Postman to POST it manually to the endpoint.
My UAT environment does not have a port number associated with the endpoint, and the same config with two webhooks firing on the same event works fine - the POST is received at both endpoints - so I'm fairly sure the issue is the port number, but it may be something else
This issue follows on from a previous port issue with setting the webhook endpoint with a port number that was resolved here 💻┃supportCannot setup a webhook endpoint that has a port number