I have a problem trying to share R Shiny app on local LAN using runApp(host = "0.0.0.0")
function.
Everything works fine on server host but it always crashes from client side: the screen became grey after about 1 sec when launching the app.
I've have investigated on this and it seem's that issue is due to timeout restrictions when the app is launched.
Does someone have an idea to overcome this problem ? Is there any possibility to adjust loadTimeout parameter on Shiny app ( I precise that this app is not hosted on Shiny server but only with an R Studio Desktop instance )
Thank's a lot for your help !