11

https://developers.google.com/recaptcha/docs/verify#error_code_reference

I used reCAPTCHA v3 and got an error code not listed in the official documentation.

{
  success : false,
  error-codes : [ "browser-error" ]
}

It's happening only in safari browser.

what is the cause?

book forest
  • 111
  • 3
  • `BROWSER_ERROR` means "A retriable error (such as network failure) occurred on the browser. Could easily be simulated by an attacker." ([docs](https://cloud.google.com/recaptcha-enterprise/docs/reference/rest/v1/projects.assessments#invalidreason)) – Cory Kramer Jan 30 '23 at 12:54
  • @CoryKramer Is there a way for us to debug this or a guide to preventing this? We have been getting a lot of this. – Yor Feb 03 '23 at 00:23
  • 8
    We've been using v3 in production for quite a while now. Without changing anything around that, suddenly on Jan 23rd 2023, the verification started returning this error on a very regular basis (we never saw it before). And it hasn't stopped since then. In our case, some Chrome users are also getting the error, not just Safari users. Users affected by that (<0.5% of our daily active users) will never be able to pass the verification, even after multiple retries (as documented). No idea what's the actual cause and what we should do with that error. – Ian Letourneau Feb 21 '23 at 20:37
  • Same issue here – moylop260 Feb 23 '23 at 22:24
  • Facing the same issue – Paperclip Apr 14 '23 at 11:09

0 Answers0