File attachment not working
Hi, I was trying to setup docmost with everything I need but the only thing I was not able to get working was the "file attachment" option.
My setup is running the latest docmost image as of today, the default postgres and redis as well as a minio for file storage. The image upload, using the minio, works just fine, but the file sttachment does not. I did check the docmost container log and even the webhook communication, but there was literally nothing after selecting a file and confirming it in the dialog. No errors or any other log entry at all. Even the webhook (/collab) not sending enything does seem strange, but would explain no logs in the docmost container or anywhere else down the line. Normal changes are getting sent through the webhook just file, including the image upload.
Any ideas what could cause this or how to further debug the issue?
Inspect the http request when uploading attachments. Check if the http request resolves successfully or throws an error.