
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
- Functions fail to deploy after switching...
Hi <@1087889306208718959> , after switching my self-hosted Appwrite instance to use AWS S3 as the storage backend, my Cloud Functions stopped working. I’m runni...
- must be a valid domain or hostname
I have just migrated from 1.6.0 to 1.7.4. Upon migration I can log in but then get this screen. I also get this error in docker. Don't know if anyone has any id...
- Retrieving user access token on client s...
I am trying to retrieve the user token from the cookies, but they are HTTP-only and can not be accessed. Is there a way to extract the user token from the cooki...
