Skip to main content

All Questions

Tagged with
3 votes
0 answers
181 views

Error: Missing required parameters: sitekey in firebase recaptcha in multifactor authentication

I'm trying to implementing a MFA system in firebase and I'm constantly running into the issue "Missing required parameters: sitekey". I have entered the sitekey in my firebase config.js file....
Nishant Chaudhary's user avatar
0 votes
1 answer
688 views

How do you set up a global properties on `window` object in React TypeScript?

I'm trying to use the react-google-recaptcha library and required to use the enterprise mode. In the documentation, it is possible to use the enterprise mode by setting the global properties, but I'm ...
Elian's user avatar
  • 13
2 votes
1 answer
176 views

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 ...
user avatar
1 vote
0 answers
694 views

React Testing Library: how to test a method on a parent component that is called from a child

I'm updating an app that was originally built in React 16 and all tests created with enzyme. I have updated to React 17 and am rewriting all tests using React testing library. I'm having trouble ...
rg_'s user avatar
  • 421
1 vote
1 answer
197 views

Recaptcha not appearing in React Form initally

I've run into an issue in my React project where the Google reCaptcha I want to include at the end of a form does not initially appear. If the webpage is refreshed, it appears as expected, but if a ...
JDevenyi's user avatar
  • 111
5 votes
3 answers
2k views

React Google Recaptcha "executeRecaptcha" function is undefined problem

When loginBefore function is invoked by another component I need to assign the returned captcha token to captchaToken variable but executeRecaptcha is always undefined, so it executes the code block ...
S D's user avatar
  • 51
1 vote
2 answers
941 views

Cant Reset ReCAPTCHA When React Modal Gets Closed by the User and Opened Again in Next.js

I have a react-modal form with a captcha in it. When the user open up the modal the captcha shows up just above the Report Job button. No problems there. but let say the user closes the modal before ...
sam's user avatar
  • 31
0 votes
2 answers
611 views

How can I implement reCAPTCHA in React depending on the environment in which the application runs

I need to implement a reCAPTCHA system in my React application. So, I registered the development and production domains with Google reCAPTCHA. I created two .env files, one .env.development.local and ...
alexsmt's user avatar
  • 71
0 votes
1 answer
583 views

google recaptcha React js

I have a problem of the google recaptcha not rendering in the page at first however when i submit and the request sends me to another page and i return to the form page using arrow back on the browser ...
Ons Jannet's user avatar
0 votes
1 answer
485 views

React reCaptcha alert on screen instead of error messages

The issue I'm having in my form is that when the reCaptcha verification is successful, the alert message is being shown instead of the error messages for any empty or complete input fields. The ...
Jeremiah's user avatar
1 vote
0 answers
380 views

React reCaptcha - ERROR for site owner: Invalid site key

This message seems to continously pop-up on the reCaptcha v2 component that I'm trying to implement in my form. I have read several articles and posts about how to resolve this issue by making new v2 ...
Jeremiah's user avatar
0 votes
1 answer
1k views

localhost is not in the list of supported domains for this site key. recaptcha

I have been trying to implement google reCaptcha v3 in my react form ,i am using next js and react 18 , but some how it shows an error like this "localhost is not in the list of supported domains ...
Vipin N's user avatar
  • 43
1 vote
0 answers
745 views

How to make ReCAPTCHA v2/v3 show on a react app page

I've read through several posts that have had similar issues with ReCAPTCHA v2 but I'm still unable to figure out the issue. I followed the npm and google documentation by installing npm install --...
Jeremiah's user avatar
1 vote
1 answer
3k views

React Google Recaptcha `executeRecaptcha` function always return `null`

I am using react-google-recaptcha-v3 with version ^1.10.0, but when I want to get the token from the executeRecaptcha function, the function always returns null instead of returning the token. Does ...
Raka Pratama's user avatar
0 votes
1 answer
453 views

React Native Google Captcha showing white blank screen in webview

I am trying to implement google captcha using webview in react native but it showing white screen when application get loaded. I tried but not able to resolve this issue, Could someone please help me ...
React Native Guy's user avatar

15 30 50 per page
1
2
3 4 5
10