Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared network drive - App does not run #27

Open
parachutedream-s opened this issue Feb 18, 2020 · 1 comment
Open

Shared network drive - App does not run #27

parachutedream-s opened this issue Feb 18, 2020 · 1 comment

Comments

@parachutedream-s
Copy link

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

@wleepang
Copy link
Owner

wleepang commented Aug 2, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants