Hi, I've encountered an error using sass with bslib when running an app at shiny server:
Warning: Error in warning: object 'cache_dir' not found
[No stack trace available]
Note this disappeared with options(sass.cache = FALSE).
I cannot find what could be the cause, I suspected some file permissions, but restricting write and/or read rights of the cache directory raised a different, expected error.
Hi, I've encountered an error using
sasswithbslibwhen running an app atshinyserver:Note this disappeared with
options(sass.cache = FALSE).I cannot find what could be the cause, I suspected some file permissions, but restricting write and/or read rights of the cache directory raised a different, expected error.