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

Recaptcha hidden only white overlay

Open developdeez opened this issue 3 years ago • 8 comments

Noticed this package doesn't seem to show the recaptcha. Maybe google changed something

react-google-recaptcha version: 2.1.0 react-async-script version: Y.Y.Y

developdeez avatar Feb 17 '22 04:02 developdeez

Have you resolved this? I think I'm running into the same issue

laurafiuza avatar Feb 18 '22 22:02 laurafiuza

No I dropped the package

On Fri, Feb 18, 2022, 2:33 PM Laura Fiuza @.***> wrote:

Have you resolved this? I think I'm running into the same issue

— Reply to this email directly, view it on GitHub https://github.com/dozoisch/react-google-recaptcha/issues/242#issuecomment-1045283588, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDULRLO3YUCESRMPQAWRNDU33CMHANCNFSM5OTQ3EQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

developdeez avatar Feb 18 '22 22:02 developdeez

The codesandbox example is still working

  • https://codesandbox.io/s/1y4zzjq37l

hartzis avatar Feb 18 '22 23:02 hartzis

No I dropped the package

@developdeez may i ask what you're using instead by chance?

hartzis avatar Feb 18 '22 23:02 hartzis

Created a magic link setup

On Fri, Feb 18, 2022 at 3:08 PM (Brian) Emil Hartz @.***> wrote:

No I dropped the package

@developdeez https://github.com/developdeez may i ask what you're using instead by chance?

— Reply to this email directly, view it on GitHub https://github.com/dozoisch/react-google-recaptcha/issues/242#issuecomment-1045324312, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDULRI5KBM6K7F4THTET3TU33GNNANCNFSM5OTQ3EQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

developdeez avatar Feb 19 '22 07:02 developdeez

Hi @developdeez @hartzis @laurafiuza - I just wanted to check to see, if in the last 19 days, you have found a fix for this?

kkaur89 avatar Mar 10 '22 16:03 kkaur89

Use HCaptcha if you need a more reliable free captcha.

If you still want recaptcha, try forcing the window to scroll to top when recaptcha opens. I noticed it shows at the top of the window only.

developdeez avatar Mar 10 '22 17:03 developdeez

remove this:

import { ReCAPTCHA } from "react-google-recaptcha";

with this:

import ReCAPTCHA from "react-google-recaptcha";

yanmarinich avatar Mar 15 '22 14:03 yanmarinich