Description
Server Setup Information
- Version of Rocket.Chat Server: 7.7.0
- Operating System: Ubuntu 22.04.05
- Deployment Method: docker
- Number of Running Instances: 1
- DB Replicaset Oplog:
- NodeJS Version: 22.14.0
- MongoDB Version: 6.0
- Proxy: traefik
- Firewalls involved:
Bug only show in Admin acc, another user work normally
Browser show this error:
Error: Minified React error #130; visit Minified React error #130 – React for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at sv (verifyErrors.js:34:1)
at d (verifyErrors.js:34:1)
at m (verifyErrors.js:34:1)
at M (verifyErrors.js:34:1)
at aj (verifyErrors.js:34:1)
at i (verifyErrors.js:34:1)
at si (verifyErrors.js:34:1)
at so (verifyErrors.js:34:1)
at su (verifyErrors.js:34:1)
at i3 (verifyErrors.js:34:1)
ag @ verifyErrors.js:34Understand this error
I have tried solution this topic: "The application GUI just crashed" - after dismissing banner · Issue #33263 · RocketChat/Rocket.Chat · GitHub
/usr/bin/mongosh --eval 'use rocketchat' --eval 'db.rocketchat_banner.updateMany({active: true },{ $set: { active: false }})'
but not solve this issue
Pls help me to figure out what wrong. Thanks