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 Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...