Error publishing a dashboard using flexdashboard on shinyapps.io

Hi community.
I've created a dashboard using the flexdashboard package and I want to publish it on shinyapps.io. The dashboard works fine locally but when I publish it on shinyapps.io I keep getting an error. It says:
"Error: An error has ocurred. Check your logs or contact the app author for clarification"

I was able to solve several previous problems following some of the community topics but at this point I don't get what's the problem.

Here's the yaml header:

---
title: "Contexto Demográfico"
runtime: shiny
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    vertical_layout: fill
    theme: journal
---

Anyone can help me?
Thanks!

See the documentation for how to look at your application's logs. Hopefully they will provide some insight.

Hey really thanks, I was able to identify and solve the error with the rsconnect::showLogs() function.

Frankly I still don't understand the problem itself -there was a warning with the dataset- but it works.

Thanks

1 Like