This repository was archived by the owner on Jan 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Unable to render shinylive examples #57
Copy link
Copy link
Closed
Description
@christophsax: a summary of my investigations so far.
The shinyMobile blog post isn't rendering anymore on CICD and locally. Locally, the examples don't show any shinylive app but the code instead.
What I have locally after updating shinylive R package (now):
shinylive::assets_info()
shinylive R package version: 0.2.0
shinylive web assets version: 0.5.0
...When I render the qmd doc I get:
GET: /posts/2024-05-13-shinyMobile-2.0.0/index.html
/posts/2024-05-13-shinyMobile-2.0.0/shinylive.js (404: Not Found)
GET: /posts/2024-05-13-shinyMobile-2.0.0/index.html
/posts/2024-05-13-shinyMobile-2.0.0/shinylive.js (404: Not Found)- I found this issue: Raise error if
embed-resources: truequarto-ext/shinylive#12. I am suprised because it is quite old (last year) and I did not have the issue few weeks back.
When shinylive is used with embed-resources: true, the original code chunk is shown in full instead of the shinylive app.
Weird because toggling this option does not change anything.
- Besides, I locally tried with an older quarto version: 1.3.450. shinylive examples render but other errors appear.
- Not a cache issue on CICD as this also fails locally.
All in all, this seems to be a collection of individual changes causing this issue: shinylive quarto extension, quarto, shinylive R package, ...
Extra remarks:
- Our CICD workflow pulls the latest quarto: 1.6.x. Maybe we should fix it to always get predictable output.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels