Replies: 1 comment 10 replies
-
Could you share a repository with a simplified version of your real one? The error is caused by a change in "chrome" (and all chromium-based browsers) about the "headless mode" which is used to turn HTML diagrams (like Mermaid.js, etc.) into a raster image that format like LaTeX can use. The solution from Garrick should work but without a reproducible example we can't help you more. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
In my latest Github action I got this error:
I tried to switch to
1.7.x
, but this did not solve my issue. @gadenbuie suggested that I set envvarQUARTO_CHROME_HEADLESS_MODE=new
, which produced the same error. My repository structure, are given below:The part of the yaml-file that renders and publishes are given below:
What is the cause of this error? And how do I solve it?
Beta Was this translation helpful? Give feedback.
All reactions