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
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...