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
- Trying to connect a site to an existing ...
I am trying to connect a repo, it looks like it fires off a network request, but does not appear to finish or even fail trying to.
- flutter realtime not working since versi...
I have the problem, that in flutter the realtime does not work anymore when I upgrade the sdk to verison 21.0.0+ (works with 20.3.3) I think the queries are not...
- Google's "Choose an account" screen stuc...
I've been struggling with this problem on my servers (self hosted 1.6.0 & 1.7.4) , multiple projects , multiple apps , and I think I have reached a very strange...