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
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...