After i create email session success and give 201 status code, when try get Account SDK to get user informations Give me general unauthorized !!
Why aren't you using the SDK's create email session function?
The Client instance is unauthenticated
It's work when i use SDK's but why api not working ?
because the session isn't added into the Client instance
How can i add it sir ?
use the SDK
Ok thank you ā¤ļø
or you can manually manage the cookie. I don't recommend it because it would be a lot more complicated.
SDK's Very good šš
Recommended threads
- 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...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...