Summary
Issue in one concise sentence
Whenever we try to upload any image or file on mattermost channel, it always stuck on Processing…
Steps to reproduce
open any channel and try t upload the file or image, it always stuck on = Processing… =
Expected behavior
It should upload the image or file on channel.
Observed behavior
We have setup like this. All VMs are Ubuntu Machines 18.04 version. 1st vm we used for proxy(ngnix) 2nd vm we used for database 3rd vm we have installed main application of mattermost on this server.
You cannot test the local file storage, which is actually an interesting UI bug in my eyes, you should not be able to click the button if S3 is not enabled, so please ignore this button, you cannot test the local file storage functionality with it.
Can you have a look at your /opt/mattermost/logs/mattermost.log file to see if there are any errors logged there when you try to upload a file in a channel? If so, can you post them here, please?
Also if possible please share the output of the following command:
root@MATTERMOST4:/# jq .FileSettings /opt/mattermost/config/config.json
jq: error: Could not open file /opt/mattermost/config/config.json: No such file or directory
root@MATTERMOST4:/#
config.json file is on the same path but it shows this error.
The error clearly states that the config.json file is not there, so there might be an alternative installation path on your system. Can you run the command with the correct path to your config.json, please?
Ah thanks, I have the opposite issue, I don’t have antivirus enabled (Plugins are disabled), yet I am getting the forever processing message for some specific files (mainly the zip files which include exe files).
Any idea what might be the reason?
PS: I don’t see any error message in the log file either.