MH7Original post
Rank 2: Process
appwrite realtime has some active time limit. what happens is that it disconnects me after about 15 minutes
Summary
The user is experiencing issues with their appwrite-flutter application. They are using a reverse proxy and VPS but experiencing a timeout with the reverse proxy. The application runs in the foreground but stops working after a while. Another user suggests checking if there is anything between Appwrite and the app, such as a proxy or cloudflare. The issue may be due to Appwrite Realtime having an active time limit of about 15 minutes, which causes disconnection.
Solution: It is recommended to check the reverse proxy settings for any timeout limitations and ensure that the app is kept active and in the foreground to avoid disconnection.