I wrote a simply shiny app that uses a function to query data into a dataframe that is encapsulated within a reactive_calc, than the app renders it as a table. this worked just fine in another shiny app, however on this one, I get an error on the app but no error in the command line. A popup simply says:
"Error on client while running shiny app"
with no additional info, it's hard to diagnose why this is happening. Anybody know?