
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
- SMTP Error: Could not connect to SMTP
My appwrite self-hosted instance on DigitalOcean cannot sennd emails. The following results were performed Log: ``` docker compose logs -f appwrite-worker-mail...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
