Hi,
I have a shiny app divided into a ui.R, server.R and global.R files. The app works perfectly locally, yet at the time of deployment, the app is deployed with an error with an empty message.
I've received this same type of message before in previous attempts. However, usually after the "Error in value 3L ( cond ) :" I had a brief description of the error, while in this case, I have no clue of what the error is about.
I've already revised the logs of the app at shinyapp.io and I have the same message.
Any idea on where could be the error and/or how to solve it?
Thank you in advance,
Josep R.C.