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
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...