datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
386 stars 79 forks source link

Shinymanager in shiny server #176

Closed KianBabanezhad closed 11 months ago

KianBabanezhad commented 1 year ago

I added this feature to my app and works well in my Rstudio server. But when I transferred it to my shiny server, I got this error:

The application failed to start. The application exited during initialization.

I went to the log and found the following info:

Error in b_file_set(self, private, service, username, keyring, prompt) : Aborted setting keyring key Calls: runApp ... ..stacktraceon.. -> key_set -> -> b_file_set Execution halted

Could you help me to fix it?

KianBabanezhad commented 1 year ago

The issue is solved. The server folder has limited permission, only for root. That's why the app could not create a DataBase in this folder. Thank you.