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
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error