Self Hosted instance sometimes throws "AppwriteException: null, XMLHttpRequest error. (0)"
- 0
- Self Hosted
Hey! I have a self hosted appwrite instance and a flutter web app. It all works well, but when I have more traffic the flutter client often throws an Exception: "AppwriteException: null, XMLHttpRequest error. (0)." It only happens if there are many active users (round about 300 realtime connections). Also the web socket connection failes some times then: "WebSocketChannelException: WebSocket connection failed." The cpu usage while that time is still fine. It never gets above 80%. Im using a server with 2 intel VCPUS and 8GB RAM.
@wess can you take a look at this?
You probably need a server with more cores to handle the increased traffic
Ok, Ill try it out
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...