-
Notifications
You must be signed in to change notification settings - Fork 171
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 Report: Flutter account.deleteSessions() Connection Timed Out on Android #654
Comments
@asorokin are you sure other requests are handled correctly and your android app is successfully connected to your server? Please share some more information, not sure if the connection timed out is server related issue, if that's specific to android. Are you testing on emulator or real device? is Appwrite server accessible from the device you are trying to make a request? |
@asorokin instead of Still we will explore further if we can reproduce the issue with |
@asorokin is this still an issue? |
👟 Reproduction steps
I am developing an app using Flutter with Appwrite. When I try to log out the user by calling account.deleteSessions() on physical Android device, it throws a "Connection Timed Out" exception. The user session kept untouched in the Appwrite console. It only happens on my Android device; iOS and Web versions work as expected. Appreciate your direction on this issue.
👍 Expected behavior
Delete all sessions from the user account and remove any sessions cookies from the end client.
👎 Actual Behavior
"Connection Timed Out" exception is thrown. The user session kept untouched in the Appwrite console.
🎲 Appwrite version
Version 0.11.x
💻 Operating system
Something else
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: