Hello, I receive the following error message:
An error has occurred
The application failed to start.
exit status 1
Here are the logs:
2025-04-15T03:25:15.845620+00:00 shinyapps[14513734]: Warning in file(filename, "r", encoding = encoding) :
2025-04-15T03:25:15.849839+00:00 shinyapps[14513734]: cannot open file 'bin/R/confirmed_cases/dashboard/publishable_dashboard/setup.R': No such file or directory
2025-04-15T03:25:15.854413+00:00 shinyapps[14513734]: Shiny application exiting ...
2025-04-15T03:25:15.858777+00:00 shinyapps[14513734]: Error in file(filename, "r", encoding = encoding) :
2025-04-15T03:25:15.864117+00:00 shinyapps[14513734]: cannot open the connection
2025-04-15T03:25:15.872923+00:00 shinyapps[14513734]: Calls: local ... tryCatch -> tryCatchList -> tryCatchOne ->
2025-04-15T03:25:15.877741+00:00 shinyapps[14513734]: Execution halted
Issue is that, the path does exist when I run it on R. I am confused.