
Hi, i just came across this yesterday and it worked like a charm on selfhosting on my personal windows machine because im testing everything. But now, on Appwrite site, everytime i try to deploy i get Failed to connect to exc1 port 80 after 0 ms: Could not connect to server with status code, im hosting appwrite on 81 so on the .env i changed to that but Failed to connect to exc1 port 81 after 0 ms: Could not connect to server with status code 0, saw on the forum the solution for someone was 8080 so i did that but Failed to connect to exc1 port 8080 after 0 ms: Could not connect to server with status code 0

what can i do?

Recommended threads
- REST API does not work for queries
``` curl -X GET "https://cloud.appwrite.io/v1/databases/<db-id>/collections/<c-id>/documents" -H "X-Appwrite-Project: <project-id>" -H "X-Appwrite-Key: <key>"...
- deleteDocments is not a function
Hello. At the bottom of my project's console, in the footer, I have `Version 1.7.4`. However, when I run my server side function, I am told that `databases.dele...
- How to save or backup my project in self...
I'm looking for a tutorial on how to backup my project and how to import it.
