shinymanager
shinymanager copied to clipboard
Failed to update user
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.
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
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.
Try changing permission onthe folder where the SQLite database is located ?
I made the entire directory wide open as well, but that does not have any effect.
I have the same problem. Were you able to solve the problem in the end?