For the past year or so, I've been updating a book and publishing it via rsconnect (Front Matter | Cooking After Retirement. However, for the last month or so, it has failed to deploy - I get the following output in the deploy tab:
Error in POST()
:
! https://bookdown.org/__api__/applications/12996/deploy failed with
HTTP status 403
you cannot change the type of content once deployed. This content is 'static',
but the bundle is identified as 'rmd-static'. Try deploying this bundle as a
new content item rather than updating an existing one.
Backtrace:
▆
- └─rsconnect::deployApp(...)
- └─client$deployApplication(application, bundle$id)
-
└─rsconnect:::POST_JSON(service, authInfo, path, json)
-
└─rsconnect:::POST(...)
-
└─rsconnect:::httpRequestWithBody(...)
-
└─rsconnect:::handleResponse(httpResponse, error_call = error_call)
-
└─rsconnect (local) reportError(json$error)
-
└─cli::cli_abort(...)
-
└─rlang::abort(...)
Execution halted
I've tried giving it a new name, but that fails as well. I'm running RStudio Version 2023.06.0+421 on a Mac M1 Silicon with R version 4.3.1 (2023-06-16). All packages are up to date. Thanks in advance.