You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest rstudio version with shinyproxy, basic script and packages installation seems to work.
When I start a shiny app with terminal Rscript app.R I get nonfunctional URL
Not really an advice, but a question - why do you start the app from the terminal and not from the console?.. the latter should work fine. And the former would similarly not work (I believe) also in a 'usual' rstudio server...
If you could share a bit more about your process and what you are trying to achieve, this might help to find a solution.
I'm afraid that if RStudio has no native support to host dash apps, this will not work in ShinyProxy currently.
We could introduce a feature to also proxy traffic to a different port, therefore I will keep this open as a feature request.
Hi,
I'm using the latest rstudio version with shinyproxy, basic script and packages installation seems to work.
When I start a shiny app with terminal
Rscript app.R
I get nonfunctional URLI also tried to configure the port and host directly in shiny app
options(shiny.host = '0.0.0.0'); options(shiny.port = 8888)
Have you some advice about for a working configuration ?
Thanks
The text was updated successfully, but these errors were encountered: