
Hello, I'm enable to login on self hosted (appwrite 1.6) via cli 5.0.5 but unable on 6.1.0
Error :
TypeScript
AppwriteException [Error]: fetch failed
at Client.call (/snapshot/sdk-for-cli/lib/client.js:192:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async accountCreateEmailPasswordSession (/snapshot/sdk-for-cli/lib/commands/account.js:1016:16)
at async loginCommand (/snapshot/sdk-for-cli/lib/commands/generic.js:57:9) {
code: undefined,
response: undefined
}
TL;DR
Developers are experiencing difficulties logging in via CLI on self-hosted Appwrite 1.6 using version 6.1.0 compared to 5.0.5. Error message indicates a fetch failure. Make sure the endpoint is correct running `appwrite client --debug`.
is the endpoint correct when you run appwrite client --debug
?

Yes, it's the same on twice cli

And selfSigned = true
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...
- Auth ( OTP Session )
Hi, i would like to ask about OTP session login, may i know is it doable for dynamic/variable for sender,reply-to or not?
