You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've experiencing a problem. When RecaptchaV2Controller was reused, error will occure. A RecaptchaV2Controller was used after being disposed. Once you called dispose() on a RecaptchaV2Controller, it can no longer be used
In my scenario,
User fill out form to create account. When user tap Register button, it will show Recaptcha.
If success it will trigger the register function.
But if account already exist, it won't proceed to another screen, instead it will stay on the form screen.
Then user change the email straight away, and proceed to tap Register button.
Then the error appear (While it should show Recaptcha procedure again).
How to fix it?
The text was updated successfully, but these errors were encountered:
I've experiencing a problem. When RecaptchaV2Controller was reused, error will occure. A RecaptchaV2Controller was used after being disposed. Once you called dispose() on a RecaptchaV2Controller, it can no longer be used
In my scenario,
How to fix it?
The text was updated successfully, but these errors were encountered: