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
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Sydney Cloud Sites: App Git deployment a...
Project ID: rentwize-db The app Site fails after the build completes with a missing build archive error. Site id: app Framework: TanStack Start SSR Output dir...
- Active Running Project Deletion Alert Em...
Hi , I received an email alert from Appwrite today stating “your project will be deleted within 14 days if no action is taken,” though I have been actively usin...