Private Cloud - Issue with Webhook to OpenShift – DNS Error When Testing from Mendix
0
Hello everyone, I'm trying to set up a webhook in Mendix that sends a message to an OpenShift route to trigger a CI/CD pipeline. The URL I'm using looks like this: https://some-kind-of-route-from-the-openshift-project.some.kind.cloud.url.app.company.com/ However, when I click on "Test Webhook", I receive the following error: Event: Teamserver push (Git)Error: 0 - error making request: error trying to connect: dns error: error resolving name: no record found for Query { name: Name("some-kind-of-route-from-the-openshift-project.some.kind.cloud.url.app.company As you can see, the error message appears to be cut off, and strangely, the ".com/" at the end of the URL seems to be missing or truncated. I also tested the URL using curl from my machine, and it is reachable – so the endpoint is definitely up and responsive. At this point, I’m a bit stuck. Has anyone encountered something similar, or does anyone have any thoughts on what might be going wrong? Any help or direction would be greatly appreciated! Thanks in advance!