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
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.