pitcairn1987Original post
Rank 2: Process
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.
Summary
The user was experiencing an error when using Account.get() to check if the user is logged in. It was discovered that the error was caused by an incompatible version of the SDK being used. They were advised to install a compatible version of the SDK (appwrite: ^9.0.1) which is compatible with Appwrite version 1.3.x. After updating Appwrite to version 1.4.2, the issue was resolved.