-
DescriptionIt seems like the "multiplex" plugin does not work anymore since the last time I used it (about a year ago), or at least doesn't work automatically. When trying to render a revealjs presentation with (you can simply reproduce the error with:) ---
format:
revealjs:
multiplex: true
---
Hello World!When browsing to the URL in the error, it seems there's nothing served there indeed: The "Glitch" website says that Glitch project hosting is no longer available. 😞 Is there a way to configure a different server to grab the multiplex files, or something like that? I want to make sure it's worth reporting this before opening an issue. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You need to upgrade Quarto and render again. I need to check, but glitch might be the up to date version. |
Beta Was this translation helpful? Give feedback.
-
|
Sure! Here you are both: FYI, I just updated to 1.9.37, and it worked! So time to close this thread I guess, thanks a lot! |
Beta Was this translation helpful? Give feedback.
You need to upgrade Quarto and render again.
This was a change from Pandoc that was addressed in recent versions.
Old Reveal.js need to be re-rendered to use the new server.
I need to check, but glitch might be the up to date version.
Would you mind sharing quarto check output and/or the exact version of Quarto CLI used?