Questions tagged [invisible-recaptcha]

Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.

281 questions
10
votes
1 answer

Invisible reCAPTCHA callback on fail or exit

The Invisible reCAPTCHA lets you easily set a callback upon successful verification: But it doesn't appear to have any option to…
abagshaw
  • 6,162
  • 4
  • 38
  • 76
9
votes
2 answers

Google reCAPTCHA V2 JavaScript We detected that your site is not verifying reCAPTCHA solutions

Error Message We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information. I created this reCaptcha code, it works well but I don…
jeirueda
  • 123
  • 1
  • 1
  • 5
8
votes
2 answers

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 component, I get a type script error in here …
Yaya
  • 4,402
  • 4
  • 19
  • 43
8
votes
2 answers

Firebase: Invisible reCaptcha does not work in React JS

Overview Hi, I am using Firebase's invisible reCaptcha for phone number authentication in my React JS application. As per the documentation of Firebase you need to provide id (e.g. sign-in-button) of the button which handles submit of login…
8
votes
1 answer

How do I stop Google reCAPTCHA from showing alerts?

I have some forms on the website and Google invisible reCAPTCHA. From time to time something goes wrong and an alert is shown: "Cannot contact reCAPTCHA. Check your connection and try again.". I tried to hide those messages by overriding alert…
7
votes
0 answers

Recaptcha v3 - error in recaptcha_en.js Unknown base64 encoding at char:

Around six months ago several sites that I maintain using recaptcha v3 starting throwing this error when dev tools are open. It does not affect the operation of recaptcha but it's annoying when trying to use dev tools. As far as I can tell from the…
Brockley John
  • 325
  • 2
  • 10
7
votes
1 answer

Google reCAPTCHA V2 Analytics

Has anyone successfully used the Google reCAPTCHA V2's analytics feature? According to Google FAQ, admin can check the daily pass and fail stats in admin console. It reports requests passed & failed, sessions completed, spam index and average…
doranop
  • 141
  • 1
  • 7
6
votes
1 answer

Recaptcah V3 Site key Exceed Limitation

Google Recaptcha V3 has a service limit quota of 1000 calls/second or 1 Million requests/month for the free tier. else if the application exceeds these limits then google Sends a warning to the site owner to migrate to Recaptcha V3 Enterprise. I've…
Murad
  • 81
  • 1
  • 3
6
votes
1 answer

Page Speed Insights Remove unused JavaScript for Google Recaptcha

I have a site that scores well on Google Page Speed Insights, but it shows a performance issue that says "Remove unused JavaScript" for this file: https://www.gstatic.com/recaptcha/releases/2diXFiiA9NsPIBTU15LG6xPf/recaptcha__en.js However, I have…
5
votes
1 answer

Error: 7 PERMISSION_DENIED: Permission 'recaptchaenterprise.assessments.create' denied on resource

I keep getting this error, I am trying to implement google reCaptcha v3, I gave myself all possible permissions on my service account but nothing seems to work. I don't even understand the error. these are some lines of the error from the…
Bassel Turky
  • 371
  • 7
  • 15
5
votes
0 answers

Google Recaptcha V2 Invisible - massive increase in load time - ruins page speed optimization

Problem Summary: Google V2 ReCapcha kills all the page speed tuning work that was done just to load in the little "invisible" [not really invisible] iFrames Situation: Got a great SEM landing page, well built, gzipped, minified JS/css, CDN, minimal…
5
votes
2 answers

Firebase reCAPTCHA has already been rendered in this element

Authenticate with Firebase with a Phone Number (JS) requires a mandatory reCAPTCHA verifier, it takes the ID of the container. For the ID of the container, I am generating a random one - firebase_recaptcha_container:…
5
votes
0 answers

Invisible reCAPTCHA error SCRIPT5005 in IE 11

We are having problems with recaptca v2 (invisible) in our website using IE11. It appears to be an error inside recaptcha itself, because we did not launch any new version recently. We can not public inform our site, so I´ll try to explain exactly…
Murilo
  • 51
  • 1
5
votes
1 answer

invisible recaptcha submitting form before getting data

I am using the recaptcha gem. Rails 5.2. I have the following form: = simple_form_for @quote_request_form, url: quote_requests_path, html: {id: "invisible-recaptcha-form"} do |f| .form-group = f.input :name, label: false, placeholder: 'First…
chell
  • 7,646
  • 16
  • 74
  • 140
5
votes
2 answers

Formvalidation.io - Cannot read property 'classList' of null

I am always getting an error in my console when using formvalidation.io. I have no idea what the cause of this error is. I also still get spam on some websites, even when I am using the backendVerificationURL. I am using Invisible ReCaptcha…
Mxkert
  • 346
  • 2
  • 5
  • 17
1
2
3
18 19