I can reproduce the app when using your files from Github.
However, when I rebuild the http files with shinylive::export(appdir = "myapp", destdir = "docs"), the app breaks and I get an empty page when I preview the app with httpuv::runStaticServer("docs/", port=8008).
No error or anything unfortunately.
These are my fully updated hhttpuv and shinylive versions:
Thanks, Rami, for the awesome tutorial! ♥
I can reproduce the app when using your files from Github.
However, when I rebuild the http files with
shinylive::export(appdir = "myapp", destdir = "docs")
, the app breaks and I get an empty page when I preview the app withhttpuv::runStaticServer("docs/", port=8008)
. No error or anything unfortunately.These are my fully updated hhttpuv and shinylive versions:
When I go back to shinylive version 0.1.1 and I rebuild the docs files it is working again! I did not need to downgrade httpuv.
So there seems to be a problem with the newer shinylive version.