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
- SSL certificate issuance failed:
Domain verifies but SSL cert fails, tried different subdomains like .api and .aw, used cname and CAA, no prior CAA existed on website, tried Multiple CAAs at on...
- Password check in function
Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to c...
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...