I had an RC instance running 6.4.9 for a long time but now upgraded to 6.13.1. Users noticed that photo uploads in rooms and chats no longer worked. When I make a desktop snip and paste it into the RC website (from browser), RC previews it and allows to add a comment. When I insert it, the screen flashes white and nothing is added.
By that action, the error generated in RC’s docker logs:
.Error"},“errorType”:“Meteor.Error”},“status”:400,“responseTime”:26,“msg”:“Error: File is not valid [invalid-file] [ufs: cannot upload file]”}
I use GridFS to store the uploads. What can be done?
Server Setup Information
- Version of Rocket.Chat Server: 6.13.1
- Operating System: Ubuntu
- Deployment Method: docker
- Number of Running Instances: 1
- DB Replicaset Oplog: yes
- NodeJS Version: appropriate for the RC version
- MongoDB Version: 6.0.19
- Proxy: haproxy
- Firewalls involved: none