Help debugung server

Description

I’ve just installed RC and when I go to the server:3000 I get three dot appearing and disappearing.
Server seems to be running normally. What might be wrong

Oct 25 14:21:27 esw2 rocketchat[1176]: +--------------------------------------------------------+
Oct 25 14:21:27 esw2 rocketchat[1176]: |                     SERVER RUNNING                     |
Oct 25 14:21:27 esw2 rocketchat[1176]: +--------------------------------------------------------+
Oct 25 14:21:27 esw2 rocketchat[1176]: |                                                        |
Oct 25 14:21:27 esw2 rocketchat[1176]: |  Rocket.Chat Version: 6.4.2                            |
Oct 25 14:21:27 esw2 rocketchat[1176]: |       NodeJS Version: 14.21.3 - x64                    |
Oct 25 14:21:27 esw2 rocketchat[1176]: |      MongoDB Version: 6.0.11                           |
Oct 25 14:21:27 esw2 rocketchat[1176]: |       MongoDB Engine: wiredTiger                       |
Oct 25 14:21:27 esw2 rocketchat[1176]: |             Platform: linux                            |
Oct 25 14:21:27 esw2 rocketchat[1176]: |         Process Port: 3000                             |
Oct 25 14:21:27 esw2 rocketchat[1176]: |             Site URL: http://esw2.somewhere:3000  |
Oct 25 14:21:27 esw2 rocketchat[1176]: |     ReplicaSet OpLog: Enabled                          |
Oct 25 14:21:27 esw2 rocketchat[1176]: |          Commit Hash: 12f61e1b3a                       |
Oct 25 14:21:27 esw2 rocketchat[1176]: |        Commit Branch: HEAD                             |
Oct 25 14:21:27 esw2 rocketchat[1176]: |                                                        |
Oct 25 14:21:27 esw2 rocketchat[1176]: +--------------------------------------------------------+

Server Setup Information

  • Version of Rocket.Chat Server: 6.4.2
  • Operating System: Debian 11
  • Deployment Method: more or less as described in here
  • Number of Running Instances: 1
  • NodeJS Version: 14.21.3 - x64
  • MongoDB Version: 6.0.11
  • Proxy: none
  • Firewalls involved: none for the moment

nodejs is instaled as described here

Try setting ROOT_URL environment variable to the address you are accessing the server at.

My guess is if you open the dev tools in network tab you’ll see some failed fetch requests going to localhost:3000