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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...