Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: An error has occurred. Check your logs or contact the app author for clarification

Error Screen2Error Screen1 while publishing app on web getting error called: check your log or contact the app auther.please find above image links

ERROR: An error has occurred. Check your logs or contact the app author for clarification.

if anyone can help me to resolve this error I'd be grateful.

like image 653
Ganesh_ac Avatar asked Dec 09 '17 10:12

Ganesh_ac


1 Answers

There are multiple reasons for this error. Rstudio has provided multiple reasons (link below) but most common are:

  1. Environment variables not the same in shiny web vs. local (make sure working directory is set to ~/, start a new rsession and run only the ui.R, server.R or app.R and see if you can preview in local before publishing.)

  2. Update libraries to latest versions and hopefully you are not using the libraries that are not yet available in CRAN.

https://support.rstudio.com/hc/en-us/articles/229848967-Why-does-my-app-work-locally-but-not-on-shinyapps-io-

like image 155
Jeereddy Avatar answered Oct 18 '22 12:10

Jeereddy