3

we have developed a shiny dashboard. It is a combination of flexdasboard and shiny app. The dashboard was implemented on shiny server (free version, see below for more details).

The dashboard works fine on chrome, firefox, edge and internet explorer when accessing it through 'servername:3838/dashboard'.

However, when we try to access the dashboard through 'https://dashboard.company.com:3838/dashboard' it works on chrome, firefox and internet explorer but not on edge.

Any ideas where the problem could be?

Below are some details on the system we use.

Thanks

Thomas

Redhat Enterprise Linux Server release 7.2(Maipo)

Shiny Server v1.4..4.801" "Node.js v0.10.46"

R Version 3.2.2

Shiny Package Version 1.0.5

8
  • What errors are you getting on edge? Without details about the error or the code there is no way we can help you with an aswer
    – gbalduzzi
    Oct 21, 2017 at 7:26
  • Thanks. There is no error message on the screen. The dashboard is simply not displayed. White screen. Where can I find logs or messages?
    – Thomas
    Oct 21, 2017 at 12:13
  • See support.rstudio.com/hc/en-us/articles/…, you'll want the application specific logs /var/log/shiny-server/*.log
    – greg L
    Oct 21, 2017 at 17:42
  • Thanks for the valuble comments. We could narrow down the problem. It does in fact not work on a Microsoft Surface Hub. The error is about websockets. 'incorrect HTTP response. Status Code 400, bad request. Any ideas about how to fix this? Thanks. Thomas
    – Thomas
    Nov 7, 2017 at 14:07
  • @Thomas Did you find a solution to your problem? Mar 8, 2018 at 20:01

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Browse other questions tagged or ask your own question.