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.
TypeScript
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.
TL;DR
Developers are experiencing an issue where appwrite is unreachable for requests. The problem might be related to Traefik logs showing closed network connections. This issue could be causing appwrite method requests to time out. Running on Windows with WSL 2.Recommended threads
- User Labels use Operator.arrayInsert(‘la...
Can I use the new db operators on user labels or roles?
- Is Database Operators available in Cloud...
Is it possible to do the above?
- Migration from 1.7.4 to 1.8.0 deadlocked...
After having updated to 1.8.0 yesterday I tested the setup with no issues. Today I got message that our application is unreachable. Investigation showed that th...