HI everyone,
I am trying to deploy my Shiny app using shinyapps.io and having trouble deploying it to the server using rsconnect::deployApp. I get the following error message:
" An error has occurred
The application failed to start. Contact the author for more information."
I have found some documentation that indicates it may have to do with where we are pulling the data from (r - Getting an error when trying to publish my shiny app to the server for others to view - Stack Overflow) but we have another application that uses the same strategy and works fine (sets the working directory to the location of the app.R file and pulls data from the /data folder).
Can someone please provide any insight (happy to share code or other information if helpful)?
Best, Sean