Hello, I can't create a new session on appwrite, I even deleted the entire session through the console, but I still get this error AppwriteException: user_session_already_exists, Creation of a session is prohibited when a session is active. (401)
TL;DR
Problem: Developers have difficulty creating a new session on appwrite due to an existing active session error.
Solution: Delete the existing session through the console before attempting to create a new one.