Hi, I'm on a fresh install of appwrite latest version 1.7.4 (self-hosted) Everything work great except for file creation on buckets, which always fail with general error text when the antivirus switch on bucket settings is turned on. I always get the following error: "Server error". Please see attached screenshot.
This error occur no matter the method of upload (on console and by api, same behaviour). I created another bucket, checked the permissions, file size limits, rebooted the server, restarted appwrite.... still no sucess.
The file creation only succed when I turn off the antivirus functionnality from console (bucket settings)
Thanks for assistance
what are the docker logs when the antivirus is enabled and you upload a file?
Recommended threads
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...