I want to create a function to be used on my project hosted on appwrite cloud, I installed appwrite cli but when i try to login, it gives ✗ Error connect ECONNREFUSED ::1:80 and doesn't connect to the cloud, how do I login to the CLI using my cloud account if possible?
TL;DR
Make sure to configure the endpoint to point to the Appwrite cloud: <https://appwrite.io/docs/command-line#configuration>. This should resolve the issue and allow you to login to the CLI using your cloud account.Make sure to configure the endpoint to point to cloud: https://appwrite.io/docs/command-line#configuration
Thank you.
Is your problem resolved now?
Recommended threads
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- Iam getting 500 when i click on the proj...