rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
131 stars 80 forks source link

Listing applications shows applications from rstudio.cloud #483

Closed mcbex closed 1 year ago

mcbex commented 3 years ago

To reproduce:

Connect to a shinyapps.io account that has also been used to create projects in rstudio.cloud rsconnect::applications('my-account')

Notice the output includes shiny apps deployed on shinyapps.io and also applications with names like this:

4 11127 2df333d3fb0b4cf59a07d734c3137cd0-project-source 5 13858 261ebb3063c54b86a16d402a319a20d4-project-source 6 13907 3cfe0639082c433ab4382139ce37bb81-project-source 7 13931 33cd01c22a53468bbd76020771045e07-project-source 8 17156 8e6e53b5024747c09f49e01879b16b3f-project-source

These are from rstudio.cloud and don't have meaningful names. The expected output from this command probably shouldn't include them.

kippandrew commented 3 years ago

I think we add a filter for application type here: https://github.com/rstudio/rsconnect/blob/master/R/lucid.R#L60

hadley commented 1 year ago

@kippandrew any thoughts on how to reproduce this? I have shinyapps.io and rstudio.cloud accounts for hadley@posit.co, but rsconnect::applications(server = "shinyapps.io") only lists my shiny apps.

hadley commented 1 year ago

I also tried deploying a shiny app to posit.cloud, in case that was the issue, and I don't see it listed in my shinyapps.io apps either.

aronatkins commented 1 year ago

@hadley This may have been resolved with https://github.com/rstudio/rsconnect/pull/627

hadley commented 1 year ago

Ok, great, looks like we can close it then.