
Occasionally, when uploading an image to our storage bucket, we get the following error:
TypeScript
ClientException with SocketException: Read failed (OS Error: Connection reset by peer, errno = 54), address = cloud.appwrite.io, port = 51018, uri=https://cloud.appwrite.io/v1/storage/buckets/662bb9c20030f8c6fc7b/files (0)
What could be causing this? Would one retry solve the problem or is it more complex than that? Any help would be appreciated. Thanks
TL;DR
Issue: Error message "Connection reset by peer, errno = 54" occurs occasionally when uploading an image to the storage bucket at cloud.appwrite.io.
Solution: The error is likely due to a network issue or a problem with the connection with the server. Retrying the upload may solve the problem. If the issue persists, it might be more complex and require further investigation.Recommended threads
- Custom Domain with CNAME on Vercel Treat...
Hi Appwrite team, I’m trying to set up a custom domain for my Appwrite project. My domain is hosted on Vercel, and I’ve already added the required CNAME record...
- Dont throw error
In my webhook handler I am verifying the if webhook is duplicated or not since stripe sends events more than once sometimes. but if row not found in db appwrit...
- magic link auth does not create email ta...
i'm signing up / in users via magic auth link (which works nicely), the user is created in the auth in appwrite without flaws but no email target is created. i ...
