I would greatly appreciate any feedback about a ‘Not Found’ error I get when deploying a Flexdashboard Shiny app (‘runtime: shiny’) to the shinyapps.io server. I'm actually having trouble deploying any similar app to shinyapps.io now, whether my own app or a basic example such as this one. The difficult bit is that I don't get any errors in the logs, and the only sign is the printing of 'Not Found' (in bold, at the top left of the screen) on the browser after the erroneous deployment has completed.
Local deployment is perfect, and moreover the same app was successfully deployed to shinyapps.io just a few hours ago.
I have updated all programs and packages. Also, my server hours are still fine, so I can't find any reason. I encountered plenty of different errors before, but never this one.
Just to add more information - I also observed the same thing this morning. I've seen that this message appears relative to Rmd (html + shiny) apps and not the "ui.R + server.R" apps. Additionally, just as @pablobernabeu observed, this error occurs even if I just use the Rstudio default text for a Rmd (html + shiny document).
I put this document (the default from Rstudio) on my shinyapp.io with id: 1542533
Finally, this error also appears on my Department's (I'm a grad student) shiny server - so it probably isn't shinyapps.io specific.
Updated: On Github, I noticed that the rmarkdown package (essential to Flexdashboard-Shiny apps) had been updated just these days (to v1.18). Therefore, I tried to deploy my app after installing the previous rmarkdown version,
require(devtools); install_version("rmarkdown", version = "1.17", repos = "http://cran.us.r-project.org")
@pablobernabeu I think I would live this question opened so that shinyapps team can look at this themselves and not believe this is fixed already. What do you think ?