Troubleshooting - trestletech/shiny-server GitHub Wiki

Troubleshooting

"Page not found: Sorry, but the page you requested doesn't exist."

  • Double check the URL
  • If you're using user_dir, did you remember to put the application in ~/ShinyApps, not ~/?

"Error in library(shiny) : there is no package called 'shiny'"

Make sure that Shiny is installed site-wide:

sudo su - -c "R -e \"install.packages('shiny', repos='http://cran.rstudio.com/')\""
⚠️ **GitHub.com Fallback** ⚠️