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
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...