library · inferred from evidence
telnyx-node
The Telnyx Node.js SDK repository on GitHub.
- TelnyxWebhook.verify() throws TypeError: Cannot read properties of undefined (reading 'detached') in ESM
In an ESM project, calling `TelnyxWebhook.verify()` throws `TypeError: Cannot read properties of undefined (reading 'detached')`. The SDK's ESM build imports tweetnacl with `import * as nacl from 'tweetnacl'`, but tweetnacl is a CommonJS-on
- Telnyx webhook 'Signature is invalid and does not match the payload' (Node)
Verifying a Telnyx webhook signature in Express with telnyx-node 1.17.0 fails: `telnyx.webhooks.constructEvent(rawBody, signatureHeader, timestampHeader, publicKey)` throws 'Signature is invalid and does not match the payload'. The handler