Shiny deployment error: Error in curl::curl_fetch_memory(url, handle = handle)

I'm trying to update/deploy a dashboard created using Shiny and Flexdashboard, and keep getting the error below:

── Preparing for deployment ────────────────────────────────────────────────────
✔ Re-deploying "inn_dash" to "server: shinyapps.io / username: jaewonrchoi"
ℹ Looking up application with id "9816810"...
✔ Found application <https://jaewonrchoi.shinyapps.io/inn_dash/>
ℹ Bundling 4 files: data/mbi_summary.qs, data/msa.qs, data/mapdat.qs, and inn_dashboard.Rmd
ℹ Capturing R dependencies with renv
✔ Found 157 dependencies
✔ Created 69,365,889b bundle
ℹ Uploading bundle...
Error in curl::curl_fetch_memory(url, handle = handle) : 
  Send failure: Broken pipe
Calls: <Anonymous> ... uploadCloudBundle -> uploadBundle -> http -> <Anonymous>
Execution halted

I tried another device and keep getting similar error message in similar vein, such as:

Recv failure: Connection reset by peer Calls: <Anonymous> ... uploadCloudBundle -> uploadBundle -> http -> <Anonymous> Execution halted

I tried updating/reinstalling RStudio, R, all the packages. Nothing worked. Please any help needed.

Session Info:

> sessionInfo()
R version 4.3.1 (2023-06-16)
Platform: x86_64-apple-darwin20 (64-bit)
Running under: macOS Ventura 13.5.2

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib;  LAPACK version 3.11.0

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

time zone: America/Chicago
tzcode source: internal

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

loaded via a namespace (and not attached):
 [1] rappdirs_0.3.3      sass_0.4.7          utf8_1.2.3          generics_0.1.3      class_7.3-22       
 [6] KernSmooth_2.23-21  stringi_1.7.12      digest_0.6.33       magrittr_2.0.3      evaluate_0.21      
[11] grid_4.3.1          fastmap_1.1.1       jsonlite_1.8.7      e1071_1.7-13        DBI_1.1.3          
[16] promises_1.2.1      httr_1.4.7          fansi_1.0.4         jquerylib_0.1.4     shiny_1.7.5        
[21] RApiSerialize_0.1.2 cli_3.6.1           rlang_1.1.1         tigris_2.0.3        units_0.8-3        
[26] ellipsis_0.3.2      cachem_1.0.8        yaml_2.3.7          qs_0.25.5           tools_4.3.1        
[31] uuid_1.1-1          dplyr_1.1.3         httpuv_1.6.11       curl_5.0.2          mime_0.12          
[36] vctrs_0.6.3         R6_2.5.1            proxy_0.4-27        lifecycle_1.0.3     classInt_0.4-9     
[41] stringr_1.5.0       stringfish_0.15.8   pkgconfig_2.0.3     later_1.3.1         RcppParallel_5.1.7 
[46] pillar_1.9.0        bslib_0.5.1         rsconnect_1.1.0     glue_1.6.2          Rcpp_1.0.11        
[51] sf_1.0-14           xfun_0.40           tibble_3.2.1        tidyselect_1.2.0    rstudioapi_0.15.0  
[56] knitr_1.43          xtable_1.8-4        htmltools_0.5.6     rmarkdown_2.24      compiler_4.3.1     
[61] askpass_1.2.0       openssl_2.1.0       flexdashboard_0.6.2