The app runs smoothly in RStudio, and the interface opens without issues. However, after using Shinylive to generate the static HTML and WebR files in the docs directory, the app opens but displays a blank page. There are no errors, but no content is visible.
I used the following code to export the app to docs:
Additionally, I've attached screenshots of the GitHub repo structure. The demo folder contains the app.R file, and the docs folder holds the static HTML files.
When you run the app locally using httpuv::runStaticServer("docs/", port = 8008) do you also get a blank page? What version of shinylive (and shinylive assets) are you using?
If you inspect the console (Right click -> Inspect -> Console), you can see there's an error message about packages not installing correctly. Which versions of other packages are you using?
Thank you Nicola for your prompt response. Sorry for asking but when I inspect the console (Right click -> Inspect -> Console), i dont see any errors, it appears blank