#Talon - CLI Webhooks Error

1 messages · Page 1 of 1 (latest)

half oasis
#

Hello! That error usually means you're using the wrong signature or the body of the request is being modified before the signature can be verified.

kindred cargo
#

solved by replacing request.data to request.body

half oasis
#

The body of the request must be exactly as received in order for verification to work.