datastorm-open / shinymanager

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

Cannot add new user or write any data to the db when running in shiny server. #52

Closed GeorgeOduor closed 4 years ago

GeorgeOduor commented 4 years ago

Dear all, anyone facing this problem too? I have just deployed my app on shiny-server but seems i cannot write new data to the database.

I am using shinymanager for authentication.

Is this a problem with shinymanager or SQLite.

Kindly assist.

error logs.

Listening on http://127.0.0.1:39899
Warning: shinymanager: unable to save logs | error: attempt to write a read-only database

Kindly assist.

adamtaiti commented 4 years ago

It seems you do not have permission to change the sqlite file. Try to change the permissions for groups and others

GeorgeOduor commented 4 years ago

Thanks for this sugestion.I got a solution through this.