
Hi there,
I've setup my appwrite and can interact with the web console and the appwrite cli to deploy functions. All functions timed out that used any appwrite related methods. I've also tested some basic requests via postman and they also time out eventually.
I've stumbled accross some treafic logs that made me curious if it has something to do with my problem.
time="2024-06-06T07:58:09Z" level=info msg="Configuration loaded from flags."
time="2024-06-07T10:01:25Z" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=appwrite_websecure
time="2024-06-07T10:01:25Z" level=error msg="Error while starting server: accept tcp [::]:443: use of closed network connection" entryPointName=appwrite_websecure
time="2024-06-07T10:01:25Z" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=appwrite_web
time="2024-06-07T10:01:25Z" level=error msg="Error while starting server: accept tcp [::]:80: use of closed network connection" entryPointName=appwrite_web
Do you have an idea what could be the issue here? btw my machine is running windows with wsl 2.
Recommended threads
- Getting Error On self host SSL update
Hi, I am using app write for my app backend version i am using is 1.6.2 yesterday my ssl is expired and now i am not able to renew it because of it my app is no...
- import csv "Document already exists"
When I try to import a csv file to an already existing database, I keep getting "Document Already Exists" I thought that when I import and a document with the ...
- Can not migrate to self hosted instance ...
Hey! I want to migrate from Appwrite Cloud to a self hosted instance and it's a really frustrating journey for now. Exporting itself does not work, so I did w...
