shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

All images (logos) are missing after using secure_app

Open JWusagi opened this issue 4 years ago • 2 comments

HI there

Thanks very much for this fantastic package - password login page works perfectly. One minor issue is that the images I put in the www folder under the same directory are not displayed after I using secure_app, they were well shown beforehand.

Has anyone experienced the same issue, or is there any particular way in which I can solve it?

Many thanks, Jie

JWusagi avatar Jun 17 '21 16:06 JWusagi

Hi @JWusagi,

Never have any problem rendering image with shinymanager. Do you solve that ? If not, cna you send us a minimal example ?

bthieurmel avatar Jul 02 '21 14:07 bthieurmel

Hi @JWusagi,

Never have any problem rendering image with shinymanager. Do you solve that ? If not, cna you send us a minimal example ?

Thanks mate. I have solved it and can see all the images by running the App by shinyApp(ui=ui_1, server=server_1) instead of runApp(list(ui = ui_1, server = server_1), launch.browser = TRUE).

Although I don't really understand why, it is now solved!

JWusagi avatar Jul 02 '21 22:07 JWusagi