Appsilon / shiny.router

A minimalistic router for your Shiny apps.
http://appsilon.github.io/shiny.router
Other
255 stars 31 forks source link

route_link() isn't working correctly when app is run from a docker #54

Closed maju116 closed 5 years ago

maju116 commented 5 years ago

When app is run from docker, url is not copied correctly

emilmahler commented 5 years ago

This is a problem when you use ShinyProxy (which spins up a docker container with your code) - something goes wrong with the routing. Will they always be incompatible because in ShinyProxy, your code appears in an iframe in the ShinyProxy framework (i.e. routing doesn't make sense, since it'll never appear in the url?). If this is the case, it would still be nice for the code to run anyway.

Openanalytics and Appsilon are making the best Shiny packages right now - I hope they can be made compatible.

marekrogala commented 5 years ago

@maju116 can you add a repro? (=example how to reproduce this, what would be expected and what is the actual behavior)

krystian8207 commented 5 years ago

Fixed with #57