You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed the app to a shared network drive where it will not run. I have checked and can confirm that the following end handler is contained within the app:
Hi again,
I have deployed the app to a shared network drive where it will not run. I have checked and can confirm that the following end handler is contained within the app:
shinyServer(function(input, output, session){
...
session$onSessionEnded(function() {
stopApp()
})
...
})
In addition, I changed the error log file location in the config file.
Initially I had a similar issue to #19, with the error message saying that "run.wsf" could not be found, but now nothing is coming up at all.
Thanks
The text was updated successfully, but these errors were encountered: