
not able to login on appwrite through its cli even though i am able to log in on the appwrite cloud from the same credentials

When using Appwrite CLI for multiple hosts it's best to remove/rename the old prefs.json
then try again
The file is located inside .appwrite
inside your user home directory.

You can check Steven's gist about using the CLI with multiple hosts https://gist.github.com/stnguyen90/65315e1ac6a5530d30fd108030464a64

you are trying reseting the clinet enpoint,

appwrite client --reset
and then
appwrite client --endpoint www.cloud.com/v1
Recommended threads
- 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...
- Storage & Database is not allowing.
Storage & Database is not allowing to CRUD after i have logged in ? Using web SDK with next.js without any SSR or node-sdk.
- session client not allowed to create doc...
Hello all! So my issue is that I keep getting ERROR Error creating invitation: The requested service is disabled. You can enable the service from the Appwr...
