DesktopDeployR icon indicating copy to clipboard operation
DesktopDeployR copied to clipboard

Shared network drive - App does not run

Open parachutedream-s opened this issue 5 years ago • 1 comments

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

parachutedream-s avatar Feb 18 '20 22:02 parachutedream-s

The latest update may have fixed this issue. It creates a *.bat file that uses absolute paths to launch the app.

wleepang avatar Aug 02 '20 20:08 wleepang