Developers, the error "AppwriteException: Creation of a session is prohibited when a session is active" is occurring because you are trying to log in while already being logged in. To fix this, logout before attempting to log in again. You can find the signIn code in the screenshots shared. Check the repository link "https://github.com/senpaiblue/Aora" for further details.
Ryan
19 May, 2024, 15:40
This means that you are trying to login when you are already logged in. You’ll need to logout if you want to test the sign in again