Hi, I’m been facing into issue where when trying to validate a captcha token, I get a malformed token error. I’m not sure if its possible to gather more info on why its being malformed. It works when using a test site key, but once I switch to the prod site key it consistently returns a malformed error.
tokenProperties: {
createTime: "1970-01-01T00:00:00Z"
invalidReason: "MALFORMED"
valid: false
}
any help is appreciated