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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...