Skip to content

deploySite to Connect Cloud doesn't work with render="server" #1233

@samperman

Description

@samperman

I have a quarto site that successfully deploys like this:

rsconnect::deploySite()

In this scenario, the rendered site is deployed (client side rendered)

If i attempt to render on the server:

rsconnect::deploySite(render="server")

the result is that the source code is pushed, but it is not rendered, resulting in the app displaying the source code:

Image

I suspect the issue is that the app_mode is set to static but should be set to quarto-static

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions