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
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.
The text was updated successfully, but these errors were encountered: