Description
After the update the screen is just stuck on those three dots moving from big to small in the middle of the screen. Any idea how to fix? I tried clearing cookies/cache but didn’t fix.
Server Setup Information
- Version of Rocket.Chat Server: 6.10.0
- Operating System: Linux CentOS 7
- Deployment Method: docker compose
- Number of Running Instances: 1
- DB Replicaset Oplog: not sure
- NodeJS Version: not sure
- MongoDB Version: 5.0
- Proxy: n/a
- Firewalls involved: firewalld
Any additional Information
These are my current docker logs:
[root@ELK-Stack rocketchat]# docker logs rocketchat-rocketchat-1
(node:1) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
LocalStore: store created at
LocalStore: store created at
LocalStore: store created at
{"level":40,"time":"2024-07-26T19:32:07.096Z","pid":1,"hostname":"eb89009f7138","name":"VoIPAsteriskService","msg":"Voip is not enabled. Cant start the service"}
(node:1) [MONGODB DRIVER] Warning: cursor.count is deprecated and will be removed in the next major version, please use `collection.estimatedDocumentCount` or `collection.countDocuments` instead
{"level":51,"time":"2024-07-26T19:32:07.202Z","pid":1,"hostname":"eb89009f7138","name":"Migrations","msg":"Not migrating, already at version 304"}
[2024-07-26T19:32:07.262Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Moleculer v0.14.31 is starting...
[2024-07-26T19:32:07.262Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Namespace: <not defined>
[2024-07-26T19:32:07.263Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Node ID: 53773364-68b1-47a8-b6fd-81376fa17113
[2024-07-26T19:32:07.265Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/REGISTRY: Strategy: RoundRobinStrategy
[2024-07-26T19:32:07.265Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/REGISTRY: Discoverer: LocalDiscoverer
[2024-07-26T19:32:07.267Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Serializer: EJSONSerializer
[2024-07-26T19:32:07.283Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Validator: FastestValidator
[2024-07-26T19:32:07.287Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Registered 13 middleware(s).
[2024-07-26T19:32:07.289Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: Transporter: TcpTransporter
{"level":51,"time":"2024-07-26T19:32:07.338Z","pid":1,"hostname":"eb89009f7138","name":"DatabaseWatcher","msg":"Using change streams"}
[2024-07-26T19:32:07.360Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/TRANSIT: Connecting to the transporter...
[2024-07-26T19:32:07.375Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/TRANSPORTER: TCP server is listening on port 44956
[2024-07-26T19:32:07.376Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/TRANSPORTER: UDP Discovery is disabled.
[2024-07-26T19:32:07.377Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/TRANSPORTER: TCP Transporter started.
{"level":51,"time":"2024-07-26T19:32:08.734Z","pid":1,"hostname":"eb89009f7138","name":"License","msg":"License installed","version":"3.0","hash":"lxNsHloc"}
[2024-07-26T19:32:08.908Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/REGISTRY: '$node' service is registered.
[2024-07-26T19:32:08.910Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/REGISTRY: 'matrix' service is registered.
[2024-07-26T19:32:08.911Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/$NODE: Service '$node' started.
[2024-07-26T19:32:08.911Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/MATRIX: Service 'matrix' started.
[2024-07-26T19:32:08.912Z] INFO 53773364-68b1-47a8-b6fd-81376fa17113/BROKER: ✔ ServiceBroker with 2 service(s) started successfully in 1s.
ufs: temp directory created at "/tmp/ufs"
+-------------------------------------------------+
| SERVER RUNNING |
+-------------------------------------------------+
| |
| Rocket.Chat Version: 6.10.0 |
| NodeJS Version: 14.21.3 - x64 |
| MongoDB Version: 5.0.24 |
| MongoDB Engine: wiredTiger |
| Platform: linux |
| Process Port: 3000 |
| Site URL: http://10.100.10.36:3000 |
| ReplicaSet OpLog: Enabled |
| Commit Hash: 623a265851 |
| Commit Branch: HEAD |
| |
+-------------------------------------------------+
[root@ELK-Stack rocketchat]#