GUI keeps crashing for single user after update

Worked for me, thank you! Here’s a description on how to fix the problem using mongosh for those interested:

  1. Connect to Rocketchat-DB:
use rocketchat
  1. Empty the banners entry of the affected user:
db.users.updateOne({username: "johndoe"}, {$set: {banners: {}}})