-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Bug]: MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2) #126
Comments
I guess this could be a race condition caused by flutter/flutter#98473 |
Thank you @ThexXTURBOXx very much, I will try |
I will close this as this is not really related to |
Hello!
Im not quite sure what additional data I should provide. Testing on Emulator. |
@oranorr This is expected and has nothing to do with this issue. If you want to support older iOS versions, use version 3.x of this package and read the README |
@ThexXTURBOXx of course I read README. Tried with 3.0.0 and 2.2.1 versions — still no luck. |
Then, please open a new issue and provide more data as required by the template. I am 99% sure that this is not an issue if this package, though, as there have been no recent bug reports regarding such issues and in the past, pretty much all of them have been an issue with the setup. |
@ThexXTURBOXx alright, it seems, I found the solution. The problem was, as per your README:
Having multiple scopes, forming String from them with So I boldly changed Which is working perfectly well on iOs 15.5, 17.5 and higher, using even latest 4.0.1 version of this package. I hope it will help someone. |
Thanks. This work for me. |
Description
Hello there, I received an error message on the client's phone. However, after they updated their iOS to the latest version, they were able to authenticate successfully.
I'm unsure if updating the beta version would resolve this issue. Additionally, I understand that the new approach you mentioned only affects Linux and Windows, and not mobile devices.
Minimal Reproduction
Exception or Error
MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2)
Expected Behaviour
Should authen successfully
Screenshots
No response
Additional context
No response
Device
Iphone13
OS
Ios 16.2.0
Browser
Flutter version
3.22.2
flutter_web_auth_2 version
3.1.2
Checklist
The text was updated successfully, but these errors were encountered: