I just added a file to a secret group to which I have permission as administrator. When I tried to add a comment to the add file item, the waiting icon kept circling and it did not allow me to comment. Any ideas as to what causes this and how I can fix it? I did notice that shortly after I received a Cron message to email that said:
"sh: java:: command not found"
Comments
Hello @mrochek !
From our side it works fine. Could you please check the Javascript errors on this upload page with the browser developer tool?
Here there are 2 erros on that page, @LeonidS : The link for the first one is here https://chromestatus.com/feature/5083947249172480
Try to disable the JS cache in the Studio->Settings->Cache area and check again please.
I have the same problem after disabling the JS cache. The Developer tools returned this error
Failed to load resource: the server responded with a status of 503 ()
Thanks to @LeonidS for helping me fix this. I had to add the field `cmt_pinned` to the `bx_files_cmts` table.
UPDATE: The reason was the DB error there. The `cmt_pinned` field wasn't in the `bx_files_cmts` table.