You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to deploy the app to shinyapps.io for a demo and stored some sample data in the dataFolder/. My app has a shinyDirButton to allow the user to choose their own folder containing their data for analysis, and for the demo, they should choose the dataFolder/ inside sampledata/, but the problem is nothing is shown in the file window when I click the button in shinyapps.io.
Here is what it looks like locally:
Here is what it looks like on shinyapps.io:
Please help me identify the problem. Is it a permission issue? The shinyapps.io log does not show any error message😢. This is my repo for your reference: repo link
The text was updated successfully, but these errors were encountered:
Hi, I have an app using the following file structure:
This is how I set up the shinyDirChoose button:
For the ui
For the server
I want to deploy the app to shinyapps.io for a demo and stored some sample data in the
dataFolder/
. My app has a shinyDirButton to allow the user to choose their own folder containing their data for analysis, and for the demo, they should choose thedataFolder/
insidesampledata/
, but the problem is nothing is shown in the file window when I click the button in shinyapps.io.Here is what it looks like locally:
Here is what it looks like on shinyapps.io:
Please help me identify the problem. Is it a permission issue? The shinyapps.io log does not show any error message😢. This is my repo for your reference: repo link
The text was updated successfully, but these errors were encountered: