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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...