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
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...