[SOLVED] error HTTP/2 send again with decreased length when uploading certain images
- 0
- Self Hosted
- Storage
I have storage using digital ocean and some files (images) refuse to upload and constantly throws error:
[Error] Timestamp: 2023-11-03T15:03:50+00:00
[Error] Method: POST
[Error] URL: /v1/storage/buckets/:bucketId/files
[Error] Type: Exception
[Error] Message: HTTP/2 send again with decreased length
[Error] File: /usr/src/code/vendor/utopia-php/storage/src/Storage/Device/S3.php
[Error] Line: 875
it doesn't occur to all files but when it does it's file specific and I didn't find a way to fix it, below is one of them. and I am not sure if discord affects the file so here is a download link: https://cc-west-usa.cjdropshipping.com/quick/product/e8878426-daaa-40c8-bbdd-ad91f3627961.jpg?x-oss-process=image/resize,m_pad,w_400,h_400 this one should be identical
What version of Appwrite?
@Steven I've had the problem with 1.4.3, I then upgraded to 1.4.9 and it persisted, I have since changed the storage provider from digital ocean to backblaze and the problem was solved
[SOLVED] error HTTP/2 send again with decreased length when uploading certain images
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...