
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
- Having permission issues with imported s...
Hello, I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server ...
- Auth missing scope account
[500] GET /dashboard ReferenceError: user is not defined at _page (src/routes/dashboard/+page.svelte:24:2) at eval (.svelte-kit/generated/root.svelte:71...
- CSV import not working
When i upload csv file for user access then it successfully unloaded but not actually data.
