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
- 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.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...