
I'm having too many realtime connections even tho no one is using my app. in Appwrite cloud it goes up and down so quickly, not sure, how to remove/close all connections.
TL;DR
Problem: The developer is experiencing a high number of realtime connections in their Appwrite cloud, even when no one is using their app. They are unsure how to remove or close these connections.
Solution: It is recommended for the developer to follow these steps to remove or close all connections:
1. Check the server logs or developer dashboard to determine where the connections are coming from.
2. Review the code implementation to ensure that websocket or realtime connection code is properly closed after each use.
3. Look for any redundant or unused connections in the code and remove them.
4. Implement a mechanism to limit or control the number of concurrent connections, ifRecommended threads
- CSV Import Shows Success but Data Not Ap...
I tried importing a CSV file into my PRODUCTS collection. The dashboard shows the message “Import to PRODUCTS completed successfully,” but no data appears in th...
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- [FEATURE] Better usage analytics for app...
Recently, i've gotten **73** emails from appwrite regarding excesive GBHours usage. I've almost hit the limit of 1000 and it is really hard to track down which ...
