running Appwrite 1.7.4. I am trying to enable ClamAV so un-commented ClamAV in docker compose. The container got pulled and started. Now with the ClamAV container running when I enable Antivirus in the console and try uploading a file it fails with an error unable to connect to ClamAV server (Screenshot attached)
snapshot from docker compose. Let me know if I need to change the networks to something apart from appwrite.
Recommended threads
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- tablesDB.updateRow() properly updates co...
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level perm...