I'm working with React Native. I'm getting the error message "AppwriteException: Create of a session is prohibited when a session is active." I restarted everything, even turned off my phone and turned it back on. Still getting the same error message. `export async function signIn(email, password) { try { const session = await account.createEmailPasswordSession(email, password);
return session;
} catch (error) { throw new Error(error); } }`
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!