why everyytime I runs my code appears to be this
TL;DR
Developers are receiving an error message stating "you are already logged in." To fix this, make sure to include `account.get()` before logging in again to check if the session is active. Only log in again if not already logged in or if the session has expired.it means you are already logged in. do a account.get() before logging in again to see if already logged in. Login again only if not already or session has expired.
Recommended threads
- I am currently seeking opportunities as ...
Hey! 👋 I'm a Shopify guy. Been building stores for 8+ years. Still haven't lost my mind. Barely. I make stores that don't suck fast, smooth, and actually built...
- Misunderstanding Appwrite Messages for P...
I think I'm having a misunderstanding of how to implement appwrite messages for push notification. I've already setup firebase credentials in appwrite, but I'...
- updateSession isn't working for google o...
I'm building an app using react native with expo. An image of my code is attached. The code is a useEffect that i have in a context that wraps the root layout ...