showmore
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. Drake
Hard to say...maybe the connection to Appwrite (your internet) is unstable
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...