Worked for me, thank you! Here’s a description on how to fix the problem using mongosh
for those interested:
- Connect to Rocketchat-DB:
use rocketchat
- Empty the banners entry of the affected user:
db.users.updateOne({username: "johndoe"}, {$set: {banners: {}}})