Issue Deploying R Shiny App to shinyapps.io

374 views Asked by At

I'm having an issue deploying an updated version of my Shiny App. Whenever I attempt to deploy, my system stalls on Starting Upload Now and I get this error repeatedly.

This output is with the Show Diagnostic Information when Publishing flag turned on.

----- Deployment error -----
Error in force(code) : Could not upload file.
Calls: <Anonymous> -> withStatus -> force
 
----- Error stack trace -----
Error in force(code) : Could not upload file.
Calls: <Anonymous> -> withStatus -> force
Error during wrapup: length(max.lines) <= 1 is not TRUE
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Execution halted

Does anyone have thoughts on what might be going wrong?

Deployment Command

rsconnect::deployApp(appDir = "~/BP/APP/APP/R", appFileManifest = "C:/Users/maxwe/AppData/Local/Temp/9851-d65e-68db-ef2e",      account = "ACOUNT_NAME", server = "shinyapps.io", appName = "APP_NAME_FY2021",      appTitle = "APP_NAME_FY2021", launch.browser = function(url) {         message("Deployment completed: ", url)     }, lint = FALSE, metadata = list(asMultiple = FALSE, asStatic = FALSE),      logLevel = "verbose")
0

There are 0 answers