shnyapps.io failing but app wroks local RStudio

I have a working shiny app on windows and Mac. I have attemped to publish via Rstudio on Windows. It fails to run, I look at the log and last few lines are:

2025-08-22T17:48:59.293123+00:00 shinyapps[15169058]: [1] "Completed with no errors."
2025-08-22T17:49:08.289979+00:00 shinyapps[15169058]: [1] "path:/projects/chesler-lab/jcpg/retrospective/kleina/download_genesets_from_gw/downloaded_genesets_v4/no_threshold"
2025-08-22T17:49:08.297095+00:00 shinyapps[15169058]: [1] "testing:/projects/chesler-lab/jcpg/retrospective/kleina/download_genesets_from_gw/downloaded_genesets_v4/no_threshold"
2025-08-22T18:10:39.292090+00:00 shinyapps[15169058]: Container event from container-12254853: stop

Please let me know if you have any questions or suggestions.

Richard

It looks like your app is trying access files on your local machine. To make the data accessible when it is deployed, you either need to move the data to the same folder as the app and include it when you deploy, or put the data somewhere else online and access it from there inside your app.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.