Hi all, please read this if you are using Cloud and are having trouble with SDKs.
The latest Appwrite SDK versions are for 1.5.x
while Cloud is currently on 1.4.x
.
Appwrite is backwards compatibe but not forwards compatible.
Please revert back 1 major version, or check each of the getting started guides in the docs, which will have pinned SDK versions.
Please also pin your SDK versions.
Cheers :beer:
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...