Hi,
I have made (my first) quarto document and was wanting to publish it via shinyapps as it has some interactive plotly elements. While I can get the document to render correctly as an HTML file, I can't get it to deploy to shinyapps.io sucessfully.
When I use the in-app deploy button the process starts but halts due to an error, below is the output from the deploy window:
Preparing to deploy document...DONE
Uploading bundle for document: 6710245...DONE
Deploying bundle: 6144558 for document: 6710245 ...
Waiting for task: 1194789899
building: Parsing manifest
################################ Begin Task Log ################################
################################# End Task Log #################################
Error: Unhandled Exception: Child Task 1194789902 failed: Application mode quarto-static not supported.
Execution halted
and this is the YAML header
---
title: "Title"
format:
html:
toc: true
toc-depth: 4
fig-width: 10
fig-height: 6
code-fold: true
mainfont: Overpass
---
I have made a number of shiny applications and have deployed them without issue. I have done a bit of searching, but haven't seen any reports of a similar error message and am not sure where to go from here.
If anyone can give me an idea of something to try I would appreciate it.
Rstudio: 2022.07.1 Build 554
R version: 4.1.3 (2022-03-10)
Quarto package: 1.2
Regards,
Josh