react-google-recaptcha-v3 icon indicating copy to clipboard operation
react-google-recaptcha-v3 copied to clipboard

Error: Missing required parameters: sitekey

Open KSinichkina opened this issue 1 year ago • 5 comments

Had anyone rare issue ?

<GoogleReCaptchaProvider language={language} reCaptchaKey={siteKey}><Submit/></GoogleReCaptchaProvider>

siteKey is located in .env file

not working on Android Chrome Mobile WebView

and a rare bug on production

KSinichkina avatar Jan 05 '24 16:01 KSinichkina

I need more information on how the environment is being injected

luis-vilela1337 avatar Jan 16 '24 22:01 luis-vilela1337

We are currently having this same issue that's blocking a lot of our users from submitting forms. We had to remove recaptcha in order to fix the error temporarily.

sda-dev avatar Mar 22 '24 20:03 sda-dev

@luis-vilela1337 the issue still happens, could you have a look?

Android 7.0 react-google-recaptcha-v3: 1.10.1

petrNikolaev1 avatar Jul 31 '24 11:07 petrNikolaev1

@petrNikolaev1 share the StackTrace and the code pls, I corrected this a long time ago, refresh my memory about

luis-vilela1337 avatar Jul 31 '24 19:07 luis-vilela1337

Here's the trace:

recaptcha__en.js:192 Uncaught Error: Missing required parameters: sitekey
    at jG.<anonymous> (recaptcha__en.js:192:449)
    at new jG (recaptcha__en.js:590:219)
    at DK.<anonymous> (recaptcha__en.js:470:1)
    at new DK (recaptcha__en.js:672:79)
    at Array.<anonymous> (recaptcha__en.js:223:168)
    at Array.<anonymous> (recaptcha__en.js:453:157)
    at lX.<computed>.<computed>.gor.lX.<computed>.<computed>.gor (recaptcha__en.js:480:507)
    at recaptcha__en.js:482:47
    at Array.<anonymous> (recaptcha__en.js:303:151)
    at Array.<anonymous> (recaptcha__en.js:481:490)`

tipycalFlow avatar Sep 19 '24 04:09 tipycalFlow