rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
209 stars 29 forks source link

Shiny UI Editor says "Loading initial state from server" #260

Open UlrichDemlehner opened 2 months ago

UlrichDemlehner commented 2 months ago

I'm on a Win10 machine. The installation of the Shiny UI Editor was without any problem. When I start to edit an already existing App.R file with launch_editor(app_loc = "TestShiny/App.R"), I get as response in R Studio:

┌-----------------------------------------------┐ | Live editor running at http://localhost:11238 | └-----------------------------------------------┘ Message from client READY-FOR-STATE => Loading app ui and sending to ui editor => Starting Shiny preview app... Started Shiny preview app - App PID: 11416 Logs from preview app: Lade nötiges Paket: shiny Logs from preview app:

Attache Paket: 'DT'

Logs from preview app: Die folgenden Objekte sind maskiert von 'package:shiny':

dataTableOutput, renderDataTable

Logs from preview app:

Listening on http://127.0.0.1:5869

The browser window (Chrome) shows the URL http://localhost:11238/ in the address bar and the message "Loading initial state from server". And this message never disappears ...

What can I do?

Best regards

Ulrich

Marsal-a commented 2 months ago

Same problem here on a debian machine with RstudioServer

Riguizole commented 1 month ago

Same problem as well on Pop OS (Ubuntu equivalent) with versions of shinyuieditor, R and Rstudio up to date at this moment. @nstrayer ?