
I'm trying to use the CLI with a localhost instance on Appwrite running in docker desktop on MacOS and I'm not able to log in via the CLI.
When I run appwrite appwrite login --endpoint "http://app.localhost/v1" --verbose
I get the login prompt but when I enter my admin details it throws an error:
at Client.call (/usr/local/Cellar/appwrite/6.2.0/libexec/lib/node_modules/appwrite-cli/lib/client.js:192:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async accountCreateEmailPasswordSession (/usr/local/Cellar/appwrite/6.2.0/libexec/lib/node_modules/appwrite-cli/lib/commands/account.js:1016:16)
at async loginCommand (/usr/local/Cellar/appwrite/6.2.0/libexec/lib/node_modules/appwrite-cli/lib/commands/generic.js:57:9) {
code: undefined,
response: undefined```
I've googled and hunted through discord but can only find vague non-helpful references to the --endpoint flag and issues being resolved on cloud based self-hosted instances (Digital Ocean, AWS etc.).
Has anyone else here experienced or resolved this issue?

could be a problem with not having HTTPS
Recommended threads
- Self hosted cant login when behind rever...
Hello, I have setup appwrite behind nginx proxy manager, with the help of this link I found in the forum: https://medium.com/@stnguyen90/how-to-run-appwrite-be...
- Appwrite Fra Cloud Custom Domains Issue
I’m trying to configure my custom domain appwrite.qnarweb.com (CNAME pointing to fra.cloud.appwrite.io with Cloudflare proxy disabled) but encountering a TLS ce...
- Appwrite service :: getCurrentUser :: Us...
Getting this error while creating a react app can someone please help me solve the error
