Closed panqier closed 1 month ago
Hi @panqier, thanks for reaching out.
Please note that Amplify Android v1 is deprecated as of June 1st, 2024. As such, no new features or bug fixes will be added.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Before opening, please confirm:
Language and Async Model
Java
Amplify Categories
Authentication
Gradle script dependencies
implementation 'com.amplifyframework:core:1.38.8' implementation 'com.amplifyframework:aws-auth-cognito:1.38.8'
Environment information
Put output below this line
Gradle plugin version 7.1.2 Gradle version 7.2
Please include any relevant guides or documentation you're referencing
https://github.com/aws-amplify/amplify-android/issues/2218
Describe the bug
I have exactly same issue with this ticket https://github.com/aws-amplify/amplify-android/issues/2218 I saw the issue closed but not been given a solution.
I was trying to jumping amplify version from 1.2.0 to 1.38.8 which is the latest amplify v1 version. I am upgrading this because sign in is completely not working in API 34 devices. So the upgrading will make the sign in works, but for sign out I am getting time-out. I have followed the instruction to use HostedUIRedirectActivity in AndroidManifest and uncomment Amplify.Auth.handleWebUISignInResponse(data)
Suggestion? fyi: this is old project not considering to migrate amplify v2 for now
Reproduction steps (if applicable)
call the signout function user be redirected to signout web keeping loading after a few seconds webview closed
Code Snippet
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response