develocode777
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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...