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!