RStudio Server login not working CentOS 8

I install RStudio server on CentOS 8.

After install i can access it with url

http://r.pixeldiversity.net:8787

I created a local system user with command

useradd -m --shell /bin/bash rstudio

Set password for this suer, but i am not able to login. When i login, it shows like i am logged in, then go back to login page again.

If i used a wrong password, it shows me invalid user/password error message. With correct password this does not show, so it look like autentication itself is working.

Is there any logs that i can check to see why it is not working ? I can login as the user, so there is no problem with the user account

[root@service ~]# ssh rstudio@localhost
rstudio@localhost's password: 
Last failed login: Fri Apr 16 18:59:36 CEST 2021 from 127.0.0.1 on ssh:notty
There was 1 failed login attempt since the last successful login.
Last login: Fri Apr 16 18:38:14 2021
[rstudio@service ~]$ logout
Connection to localhost closed.
[root@service ~]#

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.