Hi team,
I am getting the error message "creating of session is prohibited when a session is active" when i try to create email or phone session from a client application.
Yes, looks like this is a new thing, but it doesn't seem to have been documented anywhere? - it's not a bug. It apparently means you already have an active session on the device you're creating the session on
To create a new session, you'll have to end the current one - you can do this by calling account.deleteSession('current')
Oky thanks, let me try that.
Thank you it's working now.
Auth not working after upgrading to appwrite 1.5.3 [ SOLVED ]
Glad that helped! Thanks for adding the "[SOLVED]" - could you please move it to the beginning of the title?
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...