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
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...