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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)