0

Multiple users have posted the same specific issue (link below) but there are currently no posted answers. Shiny App runs fine locally but will not upload to shinyapps.io. The .csv files are in a folder within the working dir called "data". I'm having the same "Uploading bundle error" issue. If I go to the link that it asks to update, I get a 404 not found error

read.csv("./data/mydata.csv")
deployApp()

Preparing to deploy application...
Update application currently deployed at
Update application currently deployed at
https://MyUsername.shinyapps.io/MyApp/? [Y/n] Y
DONE
Uploading bundle for application: 150705...
Error: The file does not exist: C:\windows\TEMP\Rtmpc5JO0a\file29....

Similar question with no answer

Community
  • 1
  • 1
W148SMH
  • 152
  • 1
  • 11

2 Answers2

0

Use setwd() to set the working directory to the app folder. No need to run rstudio as admin.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
-2

I assume you are using Rstudio to deploy your app. I had similar problem and it got resolved once I run Rstudio as administrator.