3

I am using google reCaptcha v3 (invisible), but I am getting some response payload with:

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

I've googled but haven't found any information about "browser-error"

from 7900 reCaptcha v3 requests, 70 are getting the error.

  • Does this answer your question? [Recaptcha BROWSER\_ERROR](https://stackoverflow.com/questions/67104640/recaptcha-browser-error) – Robert Mar 08 '23 at 19:25
  • We are also getting a similar response "Error: browser-error at isRecaptchaInvalid" – Jason Miller May 03 '23 at 16:57
  • 1
    Can you please [edit] to pose a clear, precise question? Maybe your question can be inferred, but this whole site is based on a framework of Q&A, so for the health of the framework, please ask one. You can see [ask] for guidance. – starball May 04 '23 at 18:08
  • @Robert that question doesn't have an answer – Luis Jul 23 '23 at 15:59
  • @Luis That question has 2 answers. stackoverflow doesn't allow to mark questions without answers as duplicate anyway. – Robert Jul 23 '23 at 17:25

1 Answers1

0

Finally, I found that it is related to the Safari browser. Most of this failure comes from users using Safari on iPhones, Ipad, and Macs.

  • 2
    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 08 '23 at 06:17