
Why when I am either try to login or signup error message is coming. Error:- Creation of session is prohibited when a session is active. How to delete those session if it is the only solution from appwrite only.

Are you using Appwrite cloud?

In the console you can select the account and check it's sessions

There is a delete session method

if you pass in 'current' it will delete the activce session
Recommended threads
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
