CheckboxGroupInput issues when accessed from webbrowser

Hi,

I open a shiny-app installed on a dedicated shiny-server from webbrowser. In this Application I use CheckboxGroupInput to select some features of the dataset with use of choiceNames and choiceValues parameter.
This works when run the Application from within the RStudio environment, but disconnects when opened from the browser at the action which triggers the UpdateCheckboxGroupInput function.

What could be the cause for this different behavior?

Regards,
woec

shiny library is 1.4.0

Hi,

I most cases, when apps crash on a Shiny server but not locally, it's caused by issues that are not Shiny related. Examples are incorrect relative path names, files in incorrect folders or with wrong permissions, variables that have been assigned in RStudio locally but not on the server, ...

Could you share the error logs from the shiny server and the code so we can take a better look at it. Here's an article that might help getting the right stuff:

Thanks,
PJ

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.