Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What's the Restart Web Server option used for?

...

Why is the RC Shiny app showing ".../app.sock: No such file or directory" in the log file?

The error is related to the httpuv package, which is a dependency for the shiny package. Please reinstall the httpuv package from GitHub. For example:

Code Block
# If needed install devtools
install.packages('devtools')
# Install httpuv from GH
devtools::install_github("rstudio/httpuv").

After logging to Open OnDemand, it hangs until a “504 Gateway Time-out” message is displayed

Restart your HMS VPN and try again.