datastorm-open / shinymanager

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

No log update with shiny server #6

Closed jinseob2kim closed 5 years ago

jinseob2kim commented 5 years ago

Thanks for great packages. I have 1 question.

I can get log data with local ShinyApps.

But running with shiny server, I can't get updated log data.

Can I get log data with shiny server?

Sincerely

bthieurmel commented 5 years ago

Hi,

Can you update / create / delete user ? If not, it seems to be a database permissions error. The user running shinyserver (shiny by defaut) must have read and write permissions to the database.

jinseob2kim commented 5 years ago

Thanks! I get the logs after chmod 777 -R <shiny directory>

owbezick commented 3 years ago

Hi, I just wanted to follow up on this. I am able to update/create/delete users, but my logs do not show up when deployed, only when running locally.