Skip to main content

All Questions

5 votes
2 answers
4k views

' TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') '

i'm trying to implement the OTP authentication with firebase with phone number in react+vite. i'm getting this error: ' TypeError: Cannot read properties of undefined (reading '...
Adil Salah's user avatar
5 votes
1 answer
6k views

"browser-error" in google reCaptcha V3 (invisible)

I am using google reCaptcha v3 (invisible), but I am getting some response payload with: { "success": false,   "error-codes": [     "browser-error"   ] } I've googled ...
Miguel Angel Celin Teran's user avatar
9 votes
2 answers
9k views

react-google-recaptcha "ref" type error in React typescript

I'm trying to implement invisible reCaptcha from react-google-recaptcha in type script project I added the package's type by yarn add @types/react-google-recaptcha but when I want to implement the ...
Yaya's user avatar
  • 4,740
1 vote
0 answers
124 views

can I add whitelisted domain to reCAPTCHA using an API, instead of adding the domain manually?

I am trying to add the alist of whitelisted domain to Recaptcha using an API programmatically, do reCAPATCHA, or google Enterprise reCaptcha support this? I couldn't find an API for REcaptcha that I ...
user15740473's user avatar
3 votes
1 answer
8k views

How to make invisible react-google-recaptcha, Formik and yup work together?

I'm trying to make invisible react-google-recaptcha, Formik and yup to work together. The documentation says we should call recaptchaRef.current.execute() on form submission, but if we use Formik and ...
Murilo Sitonio's user avatar
3 votes
0 answers
2k views

Force Google invisible Recaptcha Challenge

I have to implement google invisible recaptcha on my website login page, the scenario is recaptcha challenge(image grid) should be displayed if the user login attempt is more than 5 times, but ...
KV90's user avatar
  • 119