- 
                Notifications
    
You must be signed in to change notification settings  - Fork 18
 
Description
Hi. I am terribly sorry for opening an issue, but I am completely at a loss.
I've searched everywhere and couldn't find much that matched my issue.
I just installed RocketChat via the snap instructions. I have SSH access to the device - a Raspberry Pi 4 where I also run NextCloud - but it isn't connected to any screen.
As such, when I try to go through the first setup, I am not accessing it via localhost. All I get is a grey screen, after a small animation. Google Chrome developer tools suggest a failure in loading a resource at "http://localhost:3000/__meteor__/dynamic-import/fetch" - ERR CONNECTION REFUSED .
From reading other posts, everyone seems to suggest that I'd do well in changing my siteurl, but no matter what I do, sudo journalctl -u snap.rocketchat-server.rocketchat-server always shows localhost:3000 .
                SERVER RUNNING               
---------------------------------------------
                                             
  Rocket.Chat Version: 4.1.2                 
       NodeJS Version: 12.22.7 - arm64       
      MongoDB Version: 3.6.23                
       MongoDB Engine: wiredTiger            
             Platform: linux                 
         Process Port: 3000                  
             Site URL: http://localhost:3000 
     ReplicaSet OpLog: Enabled               
          Commit Hash: 2aba8d2d82            
        Commit Branch: HEAD                  
---------------------------------------------
When I run sudo snap get rocketchat-server siteurl it does show the value I entered. But no matter whether I enter the actual IP address or the network name, journalctl always shows localhost.
I also tried to follow https://www.ryadel.com/en/rocket-chat-change-root_url-site-url-rocketchat/ but there seems to be no rocketchat db at this stage as I haven't yet gone through the first setup, unless I'm doing something wrong?
Running curl http://localhost:3000/api/info from the ssh console returns {"version":"4.1","success":true}.
Any guidance would be very much appreciated.
Thank you.