datastorm-open / shinymanager

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

Failed to update user #126

Open dalekube opened 2 years ago

dalekube commented 2 years ago

shinymanager 1.0.400 and 1.0.405 (tested both versions) shiny 1.7.1

While in administrator mode, I receive the 'Failed to update user' error message when I try to add a new user. I tried many combinations with the input fields and can't get around the issue. Shiny is not producing any logs to help with this and there aren't any console errors in the browser.

fail1

fail2

pvictor commented 2 years ago

Is this on a server or in local ? Maybe a lack of permission to write in the DB? Are there any messages in the console?

Victor

dalekube commented 2 years ago

The deployment is on a RHEL 8 server. I changed the permissions for the SQLite database to be wide open (chmod 777) so all users can access it, but that did not resolve the problem. I am still getting the same error when adding a user.

I am getting a 404 error because the administrative page cannot load the glyphicons at this path: '/shinymanager/fonts/glyphicons-halflings-regular.woff2'. This error appears in the browser console upon loading the admin page.

pvictor commented 2 years ago

Try changing permission onthe folder where the SQLite database is located ?

dalekube commented 2 years ago

I made the entire directory wide open as well, but that does not have any effect.

Lege2 commented 1 year ago

I have the same problem. Were you able to solve the problem in the end?