
After running appwrite login --endpoint "REDACTED"
I get this error:
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

are you using CLI
when you say - appwrite login --endpoint "REDACTED"
?

yes I've installed the CLI

Compatible version with 1.5.x is 5.0.5.
should be: appwrite-cli:5.0.5

ok so I've downgraded to 5.0.5 now I just get "error: unknown option '--endpoint'"


there should be a help arg too that lists all the commands.

right ok got it, but now I just get "Invalid endpoint or your Appwrite server is not running as expected." which I don't understand as the server is running, accessible and i have managed to get functions running via direct deployment

whats the endpoint? and whats the url you passed in?

Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Need help migrating from self hosted to ...
Hi! I am using self hosted appwrite for testing stuff out and now it's prod ready I want to deplot it to the cloud version. It gave me this error when fetchin...
