Why does logging out from one device result in logging out from all other devices as well?
- 0
- Flutter
- Accounts
- Cloud
Why does logging out from one device result in logging out from all other devices as well? in cloud
Have you changed the session limit on auth->security->sessions limit?
yes its is set to 3
srry not set
its giving error while setting
looks like this is a completely different bug 😂
and i am getting this from last two week.
ahh looks like updating sessions limit doesn't work: https://github.com/appwrite/appwrite/issues/5555 your issue seems to be unrelated to this though
ok
What is your code to login out?
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...