jonericcookOriginal post
Rank 2: Process
I worked through the Nextjs SSR Auth tutortial and when I start the app I see the following in the terminal.
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?
Summary
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.