Hey there.
We currently have an app that is sending leadgen data through to a webhook, and this much is already working fine in production.
I'm wanting to test some updates to this app, so I've created a TestApp, cloned from the production app, and given it the webhook subscription as well.
I've setup the page subscription with the relevant callback url, and verified this.I've subscribed to the Pages -> Leadgen topic. And all this is working fine.
However, when I hit the "Test" button, it tells me it will send some test data to my server. However, my server gets no data sent through to it, and I can see no HTTP POST requests in my server logs.
Is there any way to debug these requests at all?
Try putting your App in 'Live' mode
It is a test app. Test apps can not be placed into live mode.