kamal.panara
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, if Recommended threads
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...