Rank 2: Process
I'm trying to create a function that generates a file and uploads it to storage. However, the file creation process is failing with an error (appwrite contaner log):
[Error] Timestamp: 2023-10-24T10:57:59+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: 847
It appears that not all file creation operations trigger the error. Recently, I made a copy of the server, downloaded files from the old storage, and uploaded them to the new storage. I encountered this error for only one file, and I simply skipped it. All other files were uploaded without any problems.