
I'm still have this problem. I have Flutter app - the same code for Web and Android. When I login by Google oAuth by browser everything works fine. I can login, than I can logout. But if I do the same operation in mobile app on Android, I log in successfully, but when I want to log out I'm getting an error. This is screen from DevTools.
- I log in by google Oauth.
- Then check account and session - it's ok
- Then I log out - getting 401 error

Could you please share the code for that?
Recommended threads
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
