Problem with Deployment to the shiny server.

I have been trying to update an already deployed app and also published a new one but I am having issues. I have tried to update R and the packages but no success. I am still not able to update or publish a new app. What can be the cause. Below is the message I get when I tried to deploy.

"RETICULATE_PYTHON_FALLBACK unset (no Python installation found)
[2026-04-16 15:38:42.327367] Deployment log started
Deploy command:
rsconnect::deployApp(appDir = "~/Desktop/Home Stuffs/M2/Apps", appFileManifest = "/var/folders/2q/g3vd94593nl686pdl9r8cbch0000gn/T/2701-2721-282f-1752", appPrimaryDoc = "M2App.R", account = "senyoackuaku", server = "shinyapps.io", appName = "M2_Activities", appTitle = "M2_Activities", launch.browser = function(url) { message("Deployment completed: ", url) }, lint = FALSE, metadata = list(asMultiple = FALSE, asStatic = FALSE), logLevel = "verbose")

Session information:
R version 4.5.3 (2026-03-11)
Platform: x86_64-apple-darwin20
Running under: macOS Sequoia 15.7.3

Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.1

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: Africa/Accra
tzcode source: internal

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] compiler_4.5.3 cli_3.6.6 rsconnect_1.8.0 rstudioapi_0.18.0
[5] lifecycle_1.0.5 rlang_1.2.0
── Preparing for deployment ────────────────────────────────────────────────────
----- Deployment error -----
Error in httr2::resp_timing(resp)total : operator is invalid for atomic vectors
Calls: ... GET -> httpRequest -> httr2Request -> httpTrace -> cat

----- Error stack trace -----
16: rsconnect::deployApp(appDir = "~/Desktop/Home Stuffs/M2/Apps",
appFileManifest = "/var/folders/2q/g3vd94593nl686pdl9r8cbch0000gn/T/2701-2721-282f-1752",
appPrimaryDoc = "M2App.R", account = "senyoackuaku", server = "shinyapps.io",
...
15: findDeploymentTarget(recordPath = recordPath, appId = appId,
appName = appName, appTitle = appTitle, envVars = envVars,
account = account, server = server, forceUpdate = forceUpdate)
14: findDeploymentTargetByAppName(recordPath = recordPath, appName = appName,
appTitle = appTitle, envVars = envVars, account = account,
server = server, forceUpdate = forceUpdate, error_call = error_call)
13: tryCatch(getAppByName(client, accountDetails, appName, error_call = error_call),
rsconnect_app_not_found = function(err) NULL)
12: tryCatchList(expr, classes, parentenv, handlers)
11: tryCatchOne(expr, names, parentenv, handlers[[1L]])
10: doTryCatch(return(expr), name, parentenv, handler)
Error in httr2::resp_timing(resp)total : operator is invalid for atomic vectors
Calls: ... GET -> httpRequest -> httr2Request -> httpTrace -> cat
9: getAppByName(client, accountDetails, appName, error_call = error_call)
8: client$listApplications(accountInfo$accountId, filters = list(name = name))
7: listRequest(service, authInfo, path, query, "applications")
6: GET(service, authInfo, path, queryWithList)
5: httpRequest(service, authInfo, "GET", path, query, headers, timeout,
rawResponse)
4: httr2Request(service, authInfo, method, path, headers, timeout,
certificate)
3: httpTrace(method, path, httr2::resp_timing(resp)$total)
2: cat(method, " ", path, " ", as.integer(time[["elapsed"]] * 1000),
"ms\n", sep = "")
1: (function (e)
{
cat("----- Deployment error -----\n")
...
Execution halted"

How can I solve this and public my new app?
Thank you.