Questions tagged [react-google-recaptcha]

74 questions
1
vote
0 answers

react-google-recaptcha invisible recaptcha still brings challenge

We have NL sign up module (multiple places) on our react page. We are trying to integrate multiple invisible google captcha. We are having few issues and seek help on this. We are using react-google-recaptcha npm package. Here are two issues we…
jvm
  • 1,662
  • 8
  • 27
  • 46
1
vote
2 answers

react-google-recaptcha allow CSP

I'm using react js one of the forms I used react-google-captcha and worked perfectly when build and the backend I use helmet which provides CSP security and other errors came up after searching to lot of sites i add the following meta tag
1
vote
1 answer

onChange event not working after window.reacptcha.reset() in recaptcha v2 using react-google-recaptcha npm package - [recaptcha just keeps on loading]

Im using npm react-google-recaptcha package for google recaptcha v2 check box implementation on my form page of the website once the captcha is verified Im triggering captchaOnChange…
1
vote
1 answer

Google Recaptcha & Gatsby Error: reCAPTCHA placeholder element must be an element or id

I'm trying to add recaptcha v2 to my Gatsby/Netlify site form and i'm missing the last part that is actually displaying the widget. It just doesn't show up where it is placed. So far my code is this The gatsby-ssr.js file: import React from…
1
vote
0 answers

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 can call to add domains programmatically.
1
vote
0 answers

How can i use Google Recaptcha V3 without adding domains to admin console?

I have a web-app that has no specific domain. (i mean specific domain after deployment. not local-host) it doesn't have specific domain because we have more than 300 clients who want to add our code to their websites and the web-app runs on their…
1
vote
1 answer

Even with the inline JavaScript function - Google ReCAPTCHA couldn't find user-provided function: function (response) -

I am using ReCAPTCHA version V2. On the callback function (i.e. data-callback), I am getting the following error message. ReCAPTCHA couldn't find user-provided function: function (response) Now, most of the posts/solutions I see on the web are…
1
vote
0 answers

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 invisible captcha does not show the image grid, it shows…
1
vote
1 answer

How to Upgrade old google recaptcha to the new version

Ive been using this code its version 1.0 for 2 days I've been playing with Version 2.0 but have no luck getting the proper way. I follow what google developer sites recommend which this code is also written as not working as this is the old version…
dk-pramis
  • 25
  • 6
0
votes
0 answers

How to change Google reCAPTCHA (v2) theme dynamically?

I'm working on a Bootstrap website that has light and dark mode, functioning through JavaScript. And I've integrated Google reCAPTCHA (v2) (I'm not a robot) into my project successfully. But I want to be able to change reCAPTCHA theme dynamically…
0
votes
0 answers

grecaptcha is not defined [REACT]

I'm doing a project in React with Typescript and I have the problem "Uncaught ReferenceError: grecaptcha is not defined". I searched for alternative solutions but found nothing effective yet. My unsuccessful solution attempt: I installed grecaptcha…
0
votes
1 answer

' 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 'appVerificationDisabledForTesting') ' this is how i implemented in my…
0
votes
0 answers

Firebase Mobile authentication: TypeError: Cannot read property 'prototype' of undefined, js engine: hermes error

import firebase from 'firebase/app'; import auth from './firebaseConfig' import RecaptchaVerifier from 'firebase/auth' // Sent OTP const signin = () => { if (mynumber === "" || mynumber.length < 10) return; …
0
votes
0 answers

ReCAPTCHA is stuck on disabled verify after clicking verify

My recaptcha on my web app is stuck like this I m using react-google-recaptcha package I did not know what you try. I expect it to move to next part of my code This is the console Here is a part of code: // what code is returning …
user22114820
0
votes
0 answers

React google recaptcha v3 is not working on mobile device

I am trying to add react-google-recaptcha-v3 to my react JS project. It's working fine on the computer's browser but when I opened that website on a mobile phone, getting some error. It seems that the following post request is not sent through…
Code Lover
  • 723
  • 1
  • 10
  • 24