rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
716 stars 289 forks source link

Shiny apps do not display graphs #462

Closed tillea closed 4 years ago

tillea commented 4 years ago

Hi, I was using shiny-server version 1.5.3.838 on a Debian 9 system. After upgrading to Debian 10 even simple example apps stopped working. So I installed the latest deb but there is no change. This is for instance true for the example 052-navbar-example (or any other example - just to name one) as well as all own applications. The logs are locking pretty normal. Any idea what I can do to track down this? Kind regards, Andreas.

jcheng5 commented 4 years ago

Try looking in your browser's JS console, there should be some messages there?

tillea commented 4 years ago

On Mon, Oct 12, 2020 at 05:34:37PM -0700, Joe Cheng wrote:

Try looking in your browser's JS console, there should be some messages there? That hint helped. It turned out that r-cran-shiny in Debian 10 is trying to use the Debian installed jquery 3.x while that version if r-cran-shiny package actually needs jquery 1.x. I was able to solve this by backporting the latest r-cran-shiny. Kind regards, Andreas.