hardik
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. darShan
Appwrite version and sdk version?
darShan
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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...