I recently updated RStudio and R to the current versions, and updated my packages as well.
RStudio: 2022.12.0 Build 353
Shiny: v1.7.4
R: 4.22 (2022-10-31 ucrt)
OS: Windows 10 64 bit
No proxy server
My very long app now sometimes loads in RStudio and sometimes doesn't, so I went back to the demo Geyser app to troubleshoot. Even that doesn't load. Once one app fails to load, all other apps fail to load.
When I Inspect Element, I can see . Within that after #document there are html, head and body tags open end closed, but these are empty. At the very end and close out the elements.
RStudio is Listening on http://127.0.0.1:6748 at this moment.
Then end result is the mini-browser is just grey.
If I restart RStudio sometimes it runs apps, but soon will have the same problem again and no apps will run in the mini-browser. If I open a non-functioning app in browser, or open it directly in RGui, everything is fine so this seems to be an RStudio problem.
Any ideas?