react-google-recaptcha-v3
react-google-recaptcha-v3 copied to clipboard
Error: Missing required parameters: sitekey
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
I need more information on how the environment is being injected
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.
@luis-vilela1337 the issue still happens, could you have a look?
Android 7.0 react-google-recaptcha-v3: 1.10.1
@petrNikolaev1 share the StackTrace and the code pls, I corrected this a long time ago, refresh my memory about
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)`