
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
- Image Loading issue in Snapgram project
Hello community, I have a issue with the Image Loading I made a Project from youtube of Snapgram, it worked perfectly 8 months ago, but now the images aren't l...
- No Targets Created For Email OTP Users
I use OTP for my users. All emails are verified. No one has their email as a target. What am I doing wrong? The documentation says the targets should be created...
- Retrieving user access token on client s...
I am trying to retrieve the user token from the cookies, but they are HTTP-only and can not be accessed. Is there a way to extract the user token from the cooki...
