RStudio Initialization Error (rstudio-server)

hello. i have just successfully installed rstudio-server on my laptop
after navigating to port 8787 and entering my username and pwd,

i encounter a RStudio Initialization Error window (unable to connect to service)

what am i doing wrong?

if it helps you in answering my question i am posting the status (as it appears in my terminal):

rstudio-server.service - RStudio Server
Loaded: loaded (/etc/systemd/system/rstudio-server.service; enabled; vendor preset: disabl>
Active: active (running) since Tue 2020-04-14 23:07:39 PST; 12min ago
Process: 25338 ExecStop=/usr/bin/killall -TERM rserver (code=exited, status=0/SUCCESS)
Process: 25809 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
Main PID: 25812 (rserver)
Tasks: 3 (limit: 26213)
Memory: 4.9M
CGroup: /system.slice/rstudio-server.service
└─25812 /usr/lib/rstudio-server/bin/rserver

Apr 14 23:07:39 192.168.254.116 systemd[1]: Starting RStudio Server...
Apr 14 23:07:39 192.168.254.116 systemd[1]: Started RStudio Server.
Apr 14 23:07:59 192.168.254.116 rserver[25812]: ERROR system error 111 (Connection refused) [>
Apr 14 23:12:54 192.168.254.116 rserver[25812]: ERROR system error 111 (Connection refused) [>

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.