Center-for-Proteomics-and-Metabolomics / GlycoDash

GlycoDash is an R Shiny dashboard for processing protein glycosylation data obtained from LaCyTools or SkyLine.
MIT License
2 stars 0 forks source link

(Server): implement warning when dashboard crashes #13

Closed stainawarijar closed 1 year ago

stainawarijar commented 1 year ago

When the glycodash runs on a server and crashes due to an error, the screen goes grey. It is not clear to the user that there was an error. Try to implement a warning message when this happens.

stainawarijar commented 1 year ago

Perhaps try: https://www.r-bloggers.com/2020/07/shinydisconnect-show-a-nice-message-when-a-shiny-app-disconnects-or-errors-2/