
Can anyone tell me why realtime disconnects after some time and how to detect when it happens? I see that this happens in the dashboard like in picture but it also happens in my app and i need to manage this somehow.

Do you have anything in front of Appwrite? If you do, that might have a connection timeout
In flutter, there's an onDone callback on the stream. You can make it reconnect there.

@Steven thanks, I will try that. I think we found a fix by making a change in apache settings.

Nice! Can i mark this as solved now?

Yes

[SOLVED] Realtime got disconnected.
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 ...
- Cannot load nested relationships
When trying to load a nested relationship using the below query I get this error: ```Invalid query: Attribute not found in schema: *``` ```dart try { fina...
