Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy R app in shinyapps.io - Error: HTTP 404

When i try to publish R app in shinyapps.io , it shows an error:

Preparing to deploy application...Error: HTTP 404
GET https://api.shinyapps.io/v1/applications/461629
Not Found
Execution halted

How can I solve this error?

like image 240
pramila muthu Avatar asked Nov 26 '25 23:11

pramila muthu


1 Answers

You probably deleted the app before you tried to publish it. In this case clearing the contents of the folder named rsconnect/shinyapps.io will solve the issue.

like image 158
Wilmar van Ommeren Avatar answered Nov 28 '25 15:11

Wilmar van Ommeren