Hi there,
The following warning is currently appearing in my console:
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!
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...