appwrite realtime has some active time limit. what happens is that it disconnects me after about 15 minutes
You're self hosting? Do you have anything between Appwrite and your app? Like a proxy? Or cloudflare?
Are you keeping the app active and in the foreground?
I have an VPS, My app DESKTOP FLUTTER have an STREAM. the application runs in the foreground but after a while it doesn't work anymore
Any reverse proxy?
I have a docker and a reverse proxy
what are you using for your reverse proxy? there's probably a timeout on that reverse proxy
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...