Hi, When I use account.get() to check if user is logged, I get this error. Strange, I think I didn't change anything. It worked before fine.
What SDK version and what is the appwrite version used?
sdk: 11.0.0 Appwrite: 1.3.7
SDK 11.0.0 is for 1.4x. You should use appwrite: ^9.0.1 which is compatible with 1.3x.
is your problem resolved?
I will update appwrite to 1.4.2 and check tomorrow
or you can install the compatible version of the SDK
I updated Appwrite and now It's working
[SOLBED] Account.get returns an error
[SOLVED] Account.get returns an error
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...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...