This error goes away after login but appears again after logout
@D5
Please, avoid pinging random people 😅
You get this after running account.get() after logout, right?
If so, that's expected, because it means the user is not logged in (there's not an active or valid session)
Can't it go away
???
What do you mean?
Will this error keep showing?
If you mean removing the error, I think not unless you fork the SDK. But you can just ignore it as it should not affect the app behavior or similar
If you try to run account.get() without a session, then yes, but as mentioned it's something you can just ignore
ok thankyou
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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...