I developed an app for the current monday app challenge, everything worked fine until I publish the app to the server and after debugging I realized monday server can’t connect to my app server webhook url(the app itself is working but not the webhook), it’s working fine locally with localtunnel, I checked everything, even nginx logs, webhook challenge request is not even reaching my webserver and my app relies on the webhook to sync the data
My warmest welcome to the community! I’m sorry to hear this has been giving you some trouble, bu let’s dig deeper together.
That’s quite odd! I’ve just tried sending a random “challenge” to your URL via Postman, and was also not able to get a response, although I’m able to open the link directly:
@AlexSavchuk thanks for finding the issue, no it’s not self signed, I’m using Let’s Encrypt which I think is a trusted issuer, but I could get same error like you when I checked the ssl validation(it was turned of). let me see if I can issue another one. thank you very much