User Collaboration not Working as Intended Between Posit Workbench and Posit Connect

Follow

Symptoms:

  • Encountered when using versions of  rsconnect below 1.2 
  • May occur when versions of  rsconnect do not match between both user's home folders in Posit Workbench
  • When attempting to collaborate between users in Posit Workbench and Connect, a new app is created (owned by the Publisher) when a new bundle should be created for the existing app under the existing publisher.

Cause:

A bug that was discovered in  rsconnect 1.1.0 . Please see https://github.com/rstudio/rsconnect/issues/1007 for more information. 

Resolution:

This bug has been patched in rsconnect 1.2.0.
https://cran.r-project.org/web/packages/rsconnect/index.html
https://cran.r-project.org/web/packages/rsconnect/news/news.html
 

To resolve the issue, reinstall the package's most recent version. This must be done for both collaborating users in Posit Workbench.
 
install.packages("rsconnect")
 
Then reset the Connect collaboration connection from your Posit Workbench session and republish the application. If this works, the existing app will now be overwritten when using collaboration indicating the feature works successfully. 

 

 

Comments