After one successfull login, other login produces error

Description

Hey,

now after everithing running i get another Problem.

After one successfull login at the next login attempt the screen flickers like crazy and on top a yellow bar with conncting flickers like heck.

I thought its another firewall problem but even if i connect direct local to the Server the error occours.

Any ideas?

The red picture shows the error in the browser console.

Server Setup Information

  • Version of Rocket.Chat Server: 4.5.0
  • Operating System: Docker / Unraid
  • Deployment Method: <!-- docker
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version: v14.18.3
  • MongoDB Version: 5.0.6
  • Proxy: Sophos UTM
  • Firewalls involved: yes

Any additional Information

Error Konsole

This is the bar on top thats flickering like crazy.

Can you see any outstanding messages on logs?
You can increase the verbosity of the logs in Admin > Logs

this is probably another deployment config. Check also if you can see any connection errors from the browser to the server (developer tools > network)

Hey after some fiddeling around i found the issue.

As im Using Unraid and Rocketchat in an Docker i added the Variable:

USE_NATIVE_OPLOG = true

This was mainly to get rid of the error:

Change Stream is available for your installation, give admin permissions to your database user to use this improved version.

But with this fix installed, i get the Problem as above shown.

So thanks for the help. :slight_smile:

2 Likes