You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to split the chunk, resolves the issue.
Are there any character length limitation for single quarto chunk?
The dashboard works fine when chunks are large, so the problem only comes up when we need to create a manifest file for deployment to Posit Connect.
When creating manifest:
writeManifest(appFiles = 'test1.qmd')
we got error:trying to pinpoint the issue we came to line where
quarto.exe inspect
is called:rsconnect/R/appMetadata-quarto.R
Line 48 in 848b15f
Trying to split the chunk, resolves the issue.
Are there any character length limitation for single quarto chunk?
The dashboard works fine when chunks are large, so the problem only comes up when we need to create a manifest file for deployment to Posit Connect.
Example dashboard code:
test1.zip
The text was updated successfully, but these errors were encountered: