I have an addin I would like to develop on RStudio Cloud. I'm getting this connection refused when the window pops up when I select my addin. I also downloaded the example addings from Rstudio rstudio.github.io/rstudioaddins/ and I also get this same error.
Is there some setting I need to toggle on or off to get the connection to go through? Thanks!
Hi there. Yes, I was able to reproduce the issue. It seems based on my testing that the addins will work initially after installing as long as R is not restarted. After restarting R, the addin fails to load with a "connection refused" error. If I fully terminate the session ("Session -> Terminate R"), it seems to work reliably. Please let me know if this matches what you are seeing.