Hi there,
The following warning is currently appearing in my console:
TypeScript
Warning: The current SDK is built for Appwrite 1.8.0. However, the current Appwrite server version is 1.7.4. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks
The project is based on Expo and React Native. The current Appwrite SDK version is: 0.17.1. However, I couldn't determine which SDK version from the GitHub repository is compatible with the server version (1.7.4).
Thanks in advance!
TL;DR
Problem: SDK version is mismatched with the Appwrite server version.
Solution: Downgrade SDK to version 0.16.0 for compatibility with Appwrite server version 1.7.4.Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...