DocumentList response = await databases!.listDocuments();
it was working fine, unfortunately it fails and
through AppwriteException "connection rest by peer", can you explain me the error! how to over came, thanks
TL;DR
The user is experiencing a "connection reset by peer" error while using the Appwrite framework. This error typically occurs when the connection to the internet or the Appwrite server is unstable. To overcome this issue, the user can try the following troubleshooting steps:
1. Check the stability of your internet connection.
2. Ensure that the Appwrite server is running smoothly.
3. Retry the operation after a brief period to see if the issue resolves itself.
4. If the problem persists, reach out to Appwrite support for further assistance.Hard to say...maybe the connection to Appwrite (your internet) is unstable
Recommended threads
- Help
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...