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
As of 1.0.0 (probably specifically 25b93da), users who deploy updates to applications on shinyapps.io through automated processes such as CI environments that don't preserve the rsconnect state files are experiencing the following failure:
> rsconnect::deployApp('source-directory')
── Preparing for deployment ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
✔ Deploying "soshiny" to "server: shinyapps.io / username: e5c2wc-mike-baynton"
ℹ Creating application on server...
Error in `POST()`:
! <https://api.shinyapps.io/v1/applications/> failed with HTTP status 409
Application exists with name: soshiny
Run `rlang::last_trace()` to see where the error occurred.
The text was updated successfully, but these errors were encountered:
Should #808 have been addressed only for posit.cloud and not shinyapps.io?
Yes, @mslynch's fix is what I expected to be the right fix. (Sorry I wasn't able to be more interactive here, @mslynch's team is focusing on rsconnect this quarter.)
As of
1.0.0
(probably specifically 25b93da), users who deploy updates to applications onshinyapps.io
through automated processes such as CI environments that don't preserve thersconnect
state files are experiencing the following failure:The text was updated successfully, but these errors were encountered: