t49tran / react-google-recaptcha-v3

Google Recaptcha V3 integration for React
MIT License
427 stars 91 forks source link

Error: Missing required parameters: sitekey #194

Open KSinichkina opened 6 months ago

KSinichkina commented 6 months ago

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

luis-vilela1337 commented 5 months ago

I need more information on how the environment is being injected

sda-dev commented 3 months ago

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.