2Hire Webhook URL Not Working in Express.js After Conversion from Fastify
I recently converted a Fastify application handling 2Hire webhooks to Express.js. However, the webhook URL isn’t triggering as I expected. 2Hire webhooks Subscription API Doc: https://developer.2hire.io/reference/subscribe-1 2Hire webhooks Receiving signals Doc: https://developer.2hire.io/docs/receiving-signals Error { “message”: { “code”: “CHALLENGE_ERROR”, “errorId”: “2c31cx-x-x-x-x82034a925”, “details”: { “cause”: “CHALLENGE_FAILED” } } } Despite setting up the raw body correctly and […]