-
Notifications
You must be signed in to change notification settings - Fork 253
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
Android issue login flutter 3.24 #541
Comments
Could you please provide more details? This would be something to note for future reference as an exception doesn't help explain much. The exception you have also shared is typically thrown when the user has closed the browser. The plugin itself doesn't have an issue with Flutter 3.24 itself and you can clone the repository to run the example app to confirm. If you believe there's a bug then you'll need to provide a link to a repository hosting a minimal app that can reproduce the problem |
Issue in android Android manifest Need to remove android: taskAffinity="" In <activity It is added as a default and needs removed after creating a new project |
The good thing is that this issue and the comment by @the-best-is-best exist. We faced the exact same issue and this was the exact solution. The bad thing is that nobody (or at least not I) would have associated this Maybe throwing a hard exception would be the better solution here. |
[log] login issue Exception: Authorization error: FlutterAppAuthUserCancelledException{platformErrorDetails: FlutterAppAuthPlatformErrorDetails(type: 0,
code: 1,
error: null,
errorDescription: User cancelled flow,
errorUri: null,
domain null,
rootCauseDebugDescription: null,
errorDebugDescription: AuthorizationException: {"type":0,"code":1,"errorDescription":"User cancelled flow"})}
The text was updated successfully, but these errors were encountered: