DesktopDeployR
DesktopDeployR copied to clipboard
Shared network drive - App does not run
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 https://github.com/wleepang/DesktopDeployR/issues/19, with the error message saying that "run.wsf" could not be found, but now nothing is coming up at all.
Thanks
The latest update may have fixed this issue. It creates a *.bat file that uses absolute paths to launch the app.