Can't log in with default users

Hi,

I’m trying to set up shinyproxy for the first time without changing the default settings. I pulled the docker image and started it as follows:

docker run -it --rm -p 8074:8080 openanalytics/shinyproxy:3.0.1

Unfortunately I can’t log in. I found an application.yml in /opt/shinyproxy and tried both accounts.

port: 8080
authentication: simple
admin-groups: scientists
users:

  • name: jack
    password: password
    groups: scientists
  • name: jeff
    password: password
    groups: mathematicians

But the webapp keeps telling me this:

Could not sign in!
You took too long to login, please try again.

The message suggests that something took to long but it appears immedeatly after hitting the sign in button.

I hope you can help me.

I see the same issue but only with Safari browser. Other browsers seem to be working. Please advise.

Hi, this usually means that the cookies used to store the session aren’t working properly. You can check the safari console for any errors about cookies. Next, you can also check the configuration in ShinyProxy: Configuration | ShinyProxy

For example, login won’t work, if you enable secure-cookies but don’t access shinyproxy over a secure connection.