I worked through the Nextjs SSR Auth tutortial and when I start the app I see the following in the terminal.
TypeScript
Warning: The current SDK is built for Appwrite 1.6.0. However, the current Appwrite server version is 1.5.10. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks
I am using "node-appwrite": "^14.0.0",
What is the advised solution to this?
TL;DR
Title: Downgrade Appwrite SDK for compatibility
Messages: Developers need to downgrade the node-appwrite SDK to a compatible version with the Appwrite server to resolve the warning message. In this case, version 13.x.x is recommended for compatibility with the Appwrite server version 1.5.10.Cloud is on 1.5.10, use a compatible version, iirc 13.x.x
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...