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
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...