
Hi, I have self-hosted Appwrite via Coolify on a Ubuntu-VPS . I am accessing the Database via Swift. Everything is working as expected, but with one collection I am having troubles. I am fetching a list of documents with the listDocument-method.
The thing is, even if the collection is containing only one document, I am getting this error: The operation couldn’t be completed. (NIOHTTPCompression.NIOHTTPDecompression.DecompressionError error 0.)
The attributes in this collection are 10x string, 3x string-array, 3x int, 1x double, 2x datetime. I nailed it down to one of the string-arrays which contains ten Urls. When I reduce it to one, the request is going through. As soon as a second link is in the array, the request fails again.
Also funny: On a localHosted variant of AppWrite I had no problems so far.
I cannot find much about the Decompression-topic, so I hope anyone had the same issue and could help me. Thank you very much!

What are the logs for the appwrite container?
Recommended threads
- Updating OTP Session template not workin...
I have self hosted with v1.7.4, while updating OTP Session template, verification template is being updated, earlier there was an issue with variables but not i...
- Errors in collection filtering
1 - The list does not appear after pressing the Apply Filter button. After the filter is applied, I cannot see which filter I applied. 2 - When adding the 2nd f...
- Storage files, invalid Argument Server E...
The files were created using the Node-Appwrite SDK, with access permissions granted to the creator and the admin. They were created over the span of two years u...
