rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 291 forks source link

Rendered `html` document from `qmd` not working on self-hosted Shiny Server #530

Closed cutterkom closed 1 year ago

cutterkom commented 1 year ago

Hey,

I want to deploy a Shiny interactive document written with Quarto on a self-hosted Shiny server (version Shiny Server v1.5.19.995).

As far as I know I have to render the qmd file and upload the html as well as the relating css etc files. But it does not work: My example is the simple example from Quarto docs (https://quarto.org/docs/interactive/shiny/#hello-shiny). I clicked "Run Document" in Rstudio and uploaded the index.html, index.qmd as well as the index_files to my server.

The app does not deliver interactive parts: https://apps.katharinabrunner.de/test/

There are other Shiny apps running on that instance both native Shiny apps as well as Flexdashboards.

Related issues:

jjallaire commented 1 year ago

FYI you have to also upload the .qmd file.

cutterkom commented 1 year ago

FYI you have to also upload the .qmd file.

I did that, I update my message.

jcheng5 commented 1 year ago

I’m on the road today but will look at this tomorrow!

jcheng5 commented 1 year ago

Working on this here: https://github.com/rstudio/shiny-server/pull/531

jcheng5 commented 1 year ago

Fixed in #531. Thank you!

cutterkom commented 1 year ago

Thank you!