Hi all, please read this if you are using Cloud and are having trouble with SDKs.
The latest Appwrite SDK versions are for 1.6.x while Cloud is currently on 1.5.x.
Appwrite is backwards compatible 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 :appwritecheers:
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...