Unable to start app in shinyapps.io

I have deployed my very first R Shiny application to shinyapps.io and came across an issue with page_sidebar. The logs state that the function page_sidebar could not be found. Is there a version dependency or something I'm missing? I did just see the description on CRAN says Experimental. Suppose I should have check that closer before using it.

Any chance of getting this to work on shinyapps.io or am I going to have to refactor my sidebar menu?

Thanks!

Do you load the bslib package explicitly (library(bslib)) or call the function with the package named (bslib::page_sidebar(...))?

That was the issue. Thank you for the response.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.