Hello,
Does/can the app.R file setup describe in this link work with Shiny Server? If sow how?
I setup a shiny app to use a single 'app.R' file instead of server.R and ui.R. I tested running it locally and it worked. I put it on our internal server running Shiny Server Pro, but it didn't work. When I navigate to the URL of the directory containing app.R, the server acts like it does not recognize it as an app folder, and just displays the contents of the folder.
Jonathan