
facing issue with .createEmailSession
TL;DR
Developers are advised to ensure compatibility between appwrite and the library versions:
- For appwrite `1.5.x`, use library version `14.x.x`
- For appwrite `1.4.x`, use library version `13.x.x`
Verify the appwrite version and sdk version used. If encountering problems with `.createEmailSession`, check the compatibility between versions.
Appwrite version and sdk version?

If using appwrite 1.5.x
, make sure you use a compatible version of the library.
1.5.x -> 14.x.x 1.4.x -> 13.x.x
Recommended threads
- How to Appwrite Google Auth with email c...
So I followed the docs to setup Google Auth in my app. But the trouble is anyone with a google account can sign into my CMS. How do I implement a check to see...
- Request failed migration error while mig...
Request failed Please check if your credentials are filled in correctly in the previous step Edit credentials When I check my cloud in the project overview aft...
- [SMS, Twilio]The current user is not aut...
This is my first time using appwrite as a backend, im making a web app for a school org. Im trying to send SMS messages but whenever i try to i just get no auth...
