You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: The rsconnect::purgeApp() function is designed to work exclusively with Shiny Servers. However, when a user attempts to use it for an app deployed on a Connect server, the logs provide inaccurate feedback.
Steps:
Deploy an app on Posti Connect
Navigate to IDE --> console
Run rsconnect::purgeApp( appName = "Your_app_name", server = "test_box", account = "Your_account_name")
Actual Result:
purging fails with the following error message
Purging application...
Error in client$purgeApplication(application$id) :
attempt to apply non-function
Expected Result:
Mention more accurate message eg: This method only works for ShinyApps server
The text was updated successfully, but these errors were encountered:
* enforce that the target server is shinyapps.io
addAuthorizedUser
removeAuthorizedUser
showUsers
showInvited
resendInvitation
configureApp
setProperty
unsetProperty
purgeApp
restartApp
terminateApp
showUsage
showMetrics
Fixes#863Fixes#864
* always with the trailing whitespace
* documentation
RStudio Version 2023.08.0-daily+46
R-4.1.0
rsconnect
Problem: The rsconnect::purgeApp() function is designed to work exclusively with Shiny Servers. However, when a user attempts to use it for an app deployed on a Connect server, the logs provide inaccurate feedback.
Steps:
rsconnect::purgeApp( appName = "Your_app_name", server = "test_box", account = "Your_account_name")
Actual Result:
purging fails with the following error message
Expected Result:
Mention more accurate message eg: This method only works for ShinyApps server
The text was updated successfully, but these errors were encountered: