Skip to main content

All Questions

0 votes
0 answers
77 views

Google Enterprise ReCaptcha v3 always returning score of 0.9

I've integrated Enterprise reCAPTCHA v3 with my HTML and JavaScript contact form. To ensure its effectiveness, I'm attempting to automate testing with Selenium to verify if the reCAPTCHA accurately ...
sajeevan Balasingam's user avatar
3 votes
2 answers
952 views

recaptcha__en.js: Uncaught TypeError: qF is not a function

I am recently facing problem with reCAPTCHA Enterprise. On every form where it is implemented i get this error: Uncaught TypeError: qF is not a function at recaptcha__en.js:601:176 at Array.&...
Miloš Đorić's user avatar
3 votes
2 answers
575 views

Recaptcha not displaying after March 28th update (from Nate Dudley Original Poster)

Recaptcha had an update on March 28, 2024 and after the update console errors started appearing with this message: recaptcha__en.js:600 Uncaught TypeError: Ay is not a function Recently we identified ...
Diego Camilo Silva Tellez's user avatar
1 vote
0 answers
266 views

reCAPTCHA v3 "invalid-keys" error message is wrong

I have created a fresh set of reCAPTCHA v3 keys and integrated them on a high-traffic form. For the front-end implementation, I followed the steps outlined here: <script src='https://www.google.com/...
brodenbrett's user avatar
1 vote
1 answer
160 views

Hide Google reCAPTCHA V3 badge

I know that I can hide Google reCAPTCHA V3 badge since I include the reCAPTCHA branding visibly in the user flow. My question is, if I have more than one form in my website, I have to include the ...
Nuno Araújo's user avatar
1 vote
0 answers
323 views

Recaptcha V3 returns BROWSER_ERROR and v2 null token

A few days ago, reCAPTCHA was functioning correctly on my site. However, currently, I'm encountering issues with it. I attempted using v2 with the invisible option, but when I call grecaptcha.execute()...
meriem aharchiche's user avatar
0 votes
1 answer
100 views

What could be the option to implement google recaptcha with current project config

The application is based on java 8 , grails 2.4.3, and postgresql. The java based application is using hibernate ORM and spring is embedded. I have a requirement of implementing google recaptcha ...
tyro's user avatar
  • 775
2 votes
0 answers
254 views

"What could be causing the error 'RecaptchaVerifier instance has been destroyed' in Firebase OTP verification in Next.js and how can it be resolved?"

I am encountering this error after successfully creating user, as soon as i revisit signIn form for new account without reloading page and try to send otp to any phone number. Here is my code ...
SHAHID's user avatar
  • 81
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
1 vote
0 answers
391 views

Google Recaptcha V3 spike in high risk assessment after V2 token creation

TLDNR version: Does creating a fallback V2 recaptcha token increase V3 "High Risk" flagging? Was wondering if anyone else has run into this, but recently within the last couple weeks, Google ...
Sean O'Connor's user avatar
1 vote
0 answers
196 views

How to improve Google Recaptchav3 score as it returns 0.1 for genuine users

Recaptchav3 score is random for a set of users It returns 0.1 as score for logged in Safari browser request 0.3 for firefox and chrome Any suggestions to improve the score as the recommended threshold ...
Chaitanya 's user avatar
1 vote
0 answers
225 views

Is it safe to use same reCaptcha v3 Token for multiple requests?

I have an upload form with reCaptcha v3 in PHP with DropzoneJS. I am uploading 10 files with 10 different Post requests. When a User uploads 10 files, the client gets 10 different Captcha Tokens in a ...
jum's user avatar
  • 23
1 vote
0 answers
570 views

Erroneous token validations with reCAPTCHA v3

Our team is developing a simple Angular website that sends a form data to our backend via API. This website will be published under a public IP, so the interaction will be protected with Google ...
Mikhail Korolev's user avatar
1 vote
0 answers
479 views

Hidden Recaptcha V3 badge is appearing again after some idle time

I have added the Google Recaptcha V3 through script and applying styles to hide the badge for all other pages where I don't need to see the badge. It's working fine but if the app is idle for some ...
mc-user's user avatar
  • 1,945
1 vote
1 answer
101 views

Count/identify INCORRECT selection in reCaptcha v3

I want to use the 'reCaptcha v3 invisible option' where you don’t have to do any particular action like clicking on 'I am not a robot'. I want to know how many API calls are made in each of the ...
Kamal Surendra's user avatar

15 30 50 per page