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
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...