-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: reCAPTCHA client has been deleted: 0 #136
Comments
I have the same issue with react |
Same issue here that started happening today for some reason. |
Same issue here, that started at around 3pm EST. |
Same here - work around for me was to update the component which renders
|
We are hitting this as well. Any ideas on what changed to cause this issue? Did google make an update? Edit: This resolved itself on our side without any changes. |
Google did make an update. They did revert the change. We are back up and running now.
…________________________________
From: Bennett Miller <notifications@github.com>
Sent: Thursday, April 18, 2019 9:55:10 PM
To: DethAriel/ng-recaptcha
Cc: CIAMoptimist29; Comment
Subject: Re: [DethAriel/ng-recaptcha] Error: reCAPTCHA client has been deleted: 0 (#136)
We are hitting this as well. Any ideas on what changed to cause this issue? Did google make an update?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#136 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AL3XNUR6YI7PIKJOKQUXCWTPREYA5ANCNFSM4GT7KI2Q>.
|
Do you happen to have a source on that - was there a post about it? |
We have a contact within Google Engineering, but we will be following up with them to see if there is a public bulletin that will be posted about it. If they do release it, I will be sure to provide it back here. I know this affected many people from their email. |
Ran into this using a React implementation the same day across multiple projects. Confirmed that it's resolved itself, but very strange that I can't find a changelog anywhere to verify that a change on their side caused the issue. 🤷♂️ |
@CIAMoptimist29 was there a bulletin by any chance? |
+1 |
2 similar comments
+1 |
+1 |
this.reCaptchaInstance.reset(); |
Summary
I'm submitting a:
Description
I use the forms module and use the recaptcha component as follows:
After my form is successfully submitted, I remove it from the DOM using an
*ngIf
to show a "Thank you" message and a "Start over" button. When I click on theStart over
button, the form reappears as I set thengIf
condition to true and reset my form usingform.reset()
. When this happens, I get the following error:Workaround
In my template:
In my component:
Lib versions:
tsc --version
): 3.2.2The text was updated successfully, but these errors were encountered: