Server Version#:
Player Version#: 1.31.1.2262-74fdc6b7, other players
- Plex Pass
- added a webhook “https://myserver.com/?token=abc”
I used to have webhooks working fine. Recently I noticed webhooks were no longer firing. I have put in a print command, console.log(‘webhook!’), at the start of my webhook router and am getting nothing!
router.post( ‘/webhook’ , multer().any(), function (req, res) {
console.log(‘webhook!’)
}