So I have a previous Shiny app hosted on shinyapps.io that I achived and then deleted. Now I want to deploy an updated version of that app with the same name, but I am getting this error:
rsconnect::deployApp(appName='same_name') Preparing to deploy application...Error: HTTP 404 GET https://api.shinyapps.io/v1/applications/1026768 Not Found
Within your project's directory, you need to delete ./rsconnect/shinyapps.io/<account name>/<project name>.dcf, which has the previous application's ID stored within it.
./rsconnect/shinyapps.io/<account name>/<project name>.dcf
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.