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
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...