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
- Errore 403
Ho errore 403 ma il package name è corretto
- Cannot create sites using Flutter framew...
Cannot goto next step, it shows error "missing buildRuntime". I need to select "other" framework then deploys fail, go back to site settings and change "other" ...
- Appwrite mariadb container suddenly usin...
I'm hosting an instance of appwrite since months and updated to 1.8.0 couple of weeks ago. Everything worked fine, but today I noticed that my server is lagging...