My app runs fine locally but when deployed globally it immediately throws the "Disconnected from Server" error.
I believe this is related to loading a file:
source("/home/shiny/themePublication2.R")
D<-read.csv('/home/shiny/data.csv', stringsAsFactors = F)
I looked at my log files at /var/log/shiny-server/ but I do not see any new log to identify the problem.