
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
- Change of billing cycle to support start...
Hii...is there any way to change my billing cycle from 20th to 1st...so that I aligns with my requirements.It becomes easier to track monthly usage crctly. I am...
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
