-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Empty shiny apps always crash in interactive after 1.1.0 #2085
Comments
It looks like you're using RStudio Server--what version? Can you try downgrading to the previous version of Shiny and httpuv, restart, and confirm that the problem goes away? |
Can you try installing the development version of httpuv? I believe that rstudio/httpuv#153 (which was merged) should fix it.. You can install with: devtools::install_github("rstudio/httpuv") |
Winston, that solved it. Much appreciated. Joe, apologies for not getting back for so long. I tried rolling back before opening the thread by getting binaries of Shiny and dependencies from CRAN archive, but I guess, I did not get the right version combinations. After installing the ones you've suggested, I get the following error: Session info: Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): R studio server version 1.1.442 |
Hello.
I've just updated shiny to 1.1.0 and can't debug shiny app anymore, including blank fluid page with no server logic. Apps immediately die with gray screen on runApp. No errors are displayed in console.
I'm running apps with R studio server. Apps that are already deployed are running just fine on the same server.
We are using NGINX on this server for basic authentication. Has anything changed in the new shiny version that may have caused a conflict when apps are being run interactively?
The text was updated successfully, but these errors were encountered: