I have a fairly silly problem, but I can't figure out the solution.
I have an image in my Shiny App, that I call using include_graphics("image.png")
. It is saved in the same folder as my app. When I publish my Shiny App to Connect (using the publish button in RStudio), it recognizes that I want to include that image, and uploads it. However, the app then fails to launch on Connect, and instead displays an error message that it can't find the image. Any idea why this might be or how to resolve it? I've uploaded images with Shiny Apps before without any problems.