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
Recommended threads
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...