Hi everyone, hope you're doing well.
I'm having issues with webhooks. I configured a webhook url which points to my nodejs app deployed on render, and initially everything was working fine. But as I haven't figured out how to add the signature check using node, after some requests my webhook got disabled because it threw too many 500 error codes.
I wanted to keep trying until I found the solution for the signature check, but after re-enabling the url and checking the logs, all I see is the challenge received when the url is being veryfied. The logs for the POST request are no longer being displayed, so I guess the webhook is not working anymore.
Any clues on how to resolve this? Let me know if you need to see the source code.
Thanks in advance