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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...