}).catch(e=>{if(e) throw(e)})
though, after this 202 comes in I do not receive a GET request at my ${APP}/twitch_webhook/ URL. This has worked previously but does not work anymore. My only thought is the IP pointed to by my APP URL has changed, and perhaps Twitch has the wrong one cached?
Even when using the actual IP address it still doesn’t get a get request on the GET, though my SSL cert still seems valid, at least to my browser. Firewalls haven’t changed.
And you’ve tested your endpoint yourself? eg, sending your own GET request to the callback and ensuring it responds with the value of the hub.challenge param.