Shiny dashboard does not auto-update when CSV file changes after deployment to Posit Connect

Hi,

I am trying to build a Shiny dashboard that auto-updates based on CSV files using reactiveFileReader. It works as expected in my local environment, but after deploying to Posit Connect on our local server, the file content is either empty or static.

I understand that CSV files bundled within the deployment package become static snapshots. However, pointing the file path directly in the Shiny script did not resolve the issue either.

Could anyone suggest the best approach to handle this?

Thanks!

Check out this article on deploying data: Deploying Data for Content On Connect – Solutions

1 Like

This topic was automatically closed 7 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.