IsItBathTimeOriginal post
Rank 3: Container
Hi does appwrite SDK 14.0.1 break emailsession as when I updated to it from version 13.0.1 I can no longer login. The account. createEmailSession also does not exist on type Account...
Summary
Appwrite SDK 14.0.1 renames createEmailSession to createEmailPasswordSession. Reverting to version 13.0.1 solves the issue. The method still works the same way.