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
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...