j.khorfanOriginal post
Rank 1: Thread
I installed appwrite on Windows 11 machine as described on the self-hosted doc. After running the docker containers I made appwrite login --endpoint http://localhost/v1 and appwrite init project and linked it to a project I've created using the console.
Then, I made a function using CLI and pushed it. but when I tried to execute it it didn't give back the users list but an error "Could not list users: request to http://localhost/v1/users failed, reason: connect ECONNREFUSED 127.0.0.1:80" What is going wrong
Summary
Developers installed Appwrite on a Windows 11 machine, created a project, and made a function using the CLI. They encountered an error "connect ECONNREFUSED 127.0.0.1:80" when trying to list users. The issue is likely related to the connection not being established. To solve this, double-check the endpoint URL and ensure the service is running properly.