JsonRpcError {
message: 'Endpoint hook/ not found',
code: -32000,
data: {}
}
webhooks-1 | {"level":40,"time":"2025-04-28T08:37:43.505Z","pid":19,"hostname":"XXXXXXXX","mod":"../out/webhooks/index.js","event":"event: { name: user-left, timestamp: 1745829227648 }","errorMessage":"Invalid response: 500","errorName":"Error","errorCode":500,"stack":"Error: Invalid response: 500\n at CallbackEmitter._dispatch (file:///bbb-webhooks/src/out/webhooks/callback-emitter.js:171:37)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Timeout._onTimeout (file:///bbb-webhooks/src/out/webhooks/callback-emitter.js:88:9)","msg":"error in the callback call to: [https://chat.XXXXXXXXX/api/apps/public/c95ba73a-XXXX-4d12-ae8a-XXXXXXXXXXXX/hook/68XXXXXXXXXXXXXXXXXXXXX83]"}
When enabling
Register Hook(Register a Hook on BBB to close conference calls automatically when they end. Requires the bbb-webhook package.), the hook gets correctly set up inbbb-webhookbut our Rocket.Chat Instance does returns a 500 error:(Rocket.Chat log):
On the
bbb-webhookside: