Hi, below attaches are two images, you can see when I use Account.updateName(), my name is actually being updated on the server inside Auth. But I get an error in my terminal. Any suggestions?
Error after updating to 10.0.1
You're on cloud. You shouldn't be using version 10 of the SDK on cloud
Use 8.1
8.1 ????? all functionality will be the same?
Like what?
Probably not
Hi, I am using 9.0.1, and alls good for me
Got ahead, but be warned, that's not advised
alrighty alright, but 8.0.1 is something I really need to learn about again, because 9.0.1 made things so easy
What do you mean? They should be mostly the same
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...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...