
If I try to login and a different user is already logged in in a different tab I get the error AppwriteException: user_session_already_exists, Creation of a session is prohibited when a session is active. (401). Is this the intended behavior?
TL;DR
Title: user_session_already_exists
Developers are experiencing an issue when trying to log in with a different user while another user is already logged in a different tab. They are receiving an error message stating that the creation of a session is prohibited when a session is active. Developers are wondering if this is the intended behavior. Recommended threads
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- Gradle build error while use appwrite wi...
I am integrating appwrite15.0.0 in Flutter 3.22 and the following error occurs while running Android: ``` shell Launching lib\main.dart on sdk gphone64 x86 64 i...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
