On My flutter app, after subscribing to events the subscription closes after a few minutes(about 5) on iOS with closing code 1002.
Appwrite SDK: 9.0.1 Flutter version: 3.12.0 iOS version: 16
Please help
TL;DR
1. The user is experiencing an issue with their Flutter app where the subscription to events is closing after a few minutes on iOS with closing code 1002.
2. The user is using Appwrite SDK 9.0.1 and Flutter version 3.12.0.
3. The user asks if they are self-hosting and if they have anything in front of Appwrite, such as a cloudflare proxy.
Solution: The thread does not provide a solution to this issue. The user is seeking help and assistance from the community.some questions:
- are you self-hosting?
- do you have anything in front of Appwrite?
- do you use cloudflare proxy?
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...