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 6 months ago • 2 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