Search code examples
rshiny-serverplotly

Shiny server : Error config plotly


I successfully ran a Shiny Project on my computer on RStudio browser or with Chrome browser and there was no error message whatsoever but when I try to deploy it on a Shiny server I get the following error:

enter image description here

I am using several libraries including plotly. I cannot really post more than this because this project is quite large but do you think you could at least decypher where this error comes from ? Some problem with plotly ?


Solution

  • Disclaimer: I work at Plotly.

    Indeed, you need to specify the base_url parameter! :) This is documented in our tutorial: http://moderndata.plot.ly/dashboards-in-r-with-shiny-plotly/ which includes the source code.