Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website preview broke on newer shinylive version. #3

Open
StefKirsch opened this issue Jul 22, 2024 · 1 comment
Open

Website preview broke on newer shinylive version. #3

StefKirsch opened this issue Jul 22, 2024 · 1 comment

Comments

@StefKirsch
Copy link

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 with httpuv::runStaticServer("docs/", port=8008).
No error or anything unfortunately.

These are my fully updated hhttpuv and shinylive versions:

packageVersion("shinylive")
# ‘0.2.0’
packageVersion("httpuv")
# ‘1.6.15’

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.

@RamiKrispin
Copy link
Owner

Thanks, @StefKirsch. Yes, it is most likely related to the package versions. I will check it and update the tutorial accordingly.

@StefKirsch StefKirsch changed the title Website preview broke won newer shinylive version. Website preview broke on newer shinylive version. Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants