sakshamOriginal post
Web Developer
Hi team, it keeps throwing me this error "AppwriteException: Creation of a session is prohibited when a session is active."
the signIn code that i used is up in screenshots and the repo link is "https://github.com/senpaiblue/Aora"
please help!!
Summary
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.