Shinyproxy and addResourcePath

Hi,

Have a problem similar to the one described here: What is the best way of delivering static assets to the client for custom apps?
I am trying to proxy a shiny app that uses addResourcePath (https://shiny.rstudio.com/reference/shiny/latest/addResourcePath.html) to add some directory, whose content is then accessed with absolute URLs. This works when running the dockerized shiny app on its own, but not together with shinyproxy. Is there any configuration I am missing?

Thanks
Ralf

I was able to solve this by simply not using the leading “/”. It seems the documentation for addResourceParams is misleading.

1 Like