Skip to content
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

A RecaptchaV2Controller was used after being disposed. Once you called dispose() on a RecaptchaV2Controller, it can no longer be used #9

Open
adadion opened this issue Nov 4, 2020 · 0 comments

Comments

@adadion
Copy link

adadion commented Nov 4, 2020

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,

  1. User fill out form to create account. When user tap Register button, it will show Recaptcha.
  2. If success it will trigger the register function.
  3. But if account already exist, it won't proceed to another screen, instead it will stay on the form screen.
  4. Then user change the email straight away, and proceed to tap Register button.
  5. Then the error appear (While it should show Recaptcha procedure again).

How to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant