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
When running shinylive::export("app", "site") I get the warning:
Error reads: Error in order(x, na.last = na.last, decreasing = decreasing, method = "radix") : Character encoding must be UTF-8, Latin-1 or bytes
I noticed that, unlike what I reckon should be the output, I am not getting an app.json file, nor an "edit" folder, nor an index.html file. I am only getting the shinylive folder and the shinylive-sw.js file.
A consequence of this seems to be that when I run:
httpuv::runStaticServer("site/")
I get a 404 not found.
I have tried this with two different shiny apps, both being run within a project with renv. One of the apps was a simple histogram and the other app is a set of tables. Any help you can provide would be much appreciated.
The text was updated successfully, but these errors were encountered:
Hello, I hope you are well.
When running shinylive::export("app", "site") I get the warning:
Error reads: Error in order(x, na.last = na.last, decreasing = decreasing, method = "radix") : Character encoding must be UTF-8, Latin-1 or bytes
I noticed that, unlike what I reckon should be the output, I am not getting an app.json file, nor an "edit" folder, nor an index.html file. I am only getting the shinylive folder and the shinylive-sw.js file.
A consequence of this seems to be that when I run:
httpuv::runStaticServer("site/")
I get a 404 not found.
I have tried this with two different shiny apps, both being run within a project with renv. One of the apps was a simple histogram and the other app is a set of tables. Any help you can provide would be much appreciated.
The text was updated successfully, but these errors were encountered: