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
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...