Skip to main content

All Questions

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
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
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
4 votes
2 answers
1k views

How to reset recaptcha on Success for signInWithPhoneNumber()

I am using Firebase.auth()signInWithPhoneNumber(number, appVerifier) Everything is working as expected however I am trying to resolve the issue below: Here is my implementation: useEffect(() => {...
Freddy.'s user avatar
  • 1,677
2 votes
2 answers
3k views

How to reset recaptcha when using react-redux-firebase

I am working with React-Redux-Firebase. I implemented signing in with phone number. Now I am trying to implement error handling. When number is invalid I display window alert with error message. The ...
Andrzej Popek's user avatar
9 votes
2 answers
7k views

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 ...
Vinay Sharma's user avatar
  • 3,647
3 votes
2 answers
11k views

React Invisible reCAPTCHA

I am working with the react-google-recaptcha to implement the invisible ReCaptcha, passing a ref to the ReCAPTCHA component and executing this._reCaptchaRef.current.execute() inside the ...
visizky's user avatar
  • 741
2 votes
4 answers
6k views

Showing google Recaptcha V3 floater only on specific Pages of React Application

i've react application with multiple # routes & google recaptcha v3, i want to show recaptcha floater only on specific pages (# route) like login & forms. How to achieve this. Tried - ...
Mayur Agrawal's user avatar
0 votes
1 answer
137 views

React createRef() does not trigger on Netlify Deployment

I am implementing an invisible google recaptcha using the react-google-recaptcha package. Everything works fine locally, all is trigerred and works smoothly but when deployed on Netlify, when you ...
Andreas Karps's user avatar
2 votes
0 answers
398 views

Invisible reacaptcha position problem when submitting redux form

I have problem with invisible recaptcha in react. I have registration form in modal window and if the recaptcha is showed and i am detected as a bot, the puzzle box is sending the user to the bottom ...
D040's user avatar
  • 21
1 vote
0 answers
4k views

Recaptcha Missing required parameters: sitekey

I'm integrating recaptcha to my react app and I'm having this error: "Missing required parameters: sitekey" when I use the render method of grecaptch even though I have properly included the sitekey ...
user1537846's user avatar
0 votes
1 answer
2k views

Trouble verify google invisible recaptcha with node.js

I am using the npm recaptcha verify plugin: https://www.npmjs.com/package/recaptcha-verify In my react app I am using https://www.npmjs.com/package/react-google-invisible-recaptcha At the top of my ...
Starfs's user avatar
  • 458
14 votes
4 answers
33k views

Cannot contact reCAPTCHA. Check your connection and try again

I am using react-google-invisible-recaptcha. but it is not working when the page load it shows an alert like "Cannot contact reCAPTCHA. Check your connection and try again" even though the ...
Siddu hadapad's user avatar
2 votes
0 answers
142 views

Making the challenge presented by Google invisible reCAPTCHA reactive

When google's invisible reCAPTCHA can't ascertain whether or not you are a bot, you are presented with a challenge (the tile selection challenge, to be precise). My issue is that google's reCAPTCHA is ...
TwinkleFairyGlitterPuff's user avatar