You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple input_selectize dropdowns that take a large number of options. To avoid long startup times for the app I initialize them as empty at first and then when the user visits a tab, the input_selectize in that tab is filled in on the server side.
However, with my hosted shiny app on shinyproxy, often random input_selectizes fail to update or display options. This isn't strictly reproducible across sessions and sometimes when the app is reloaded the input_selectize() that was broken on during a previous session works and a new input_selectize doesn't work. This doesn't happen when I run my app locally but seems to be specific to shinyproxy, but not sure how to get around this.
Component
UI (ui.*)
Severity
P1 - High (major feature broken)
Shiny Version
1.2.1
Python Version
3.12.2
Minimal Reproducible Example
Behavior
I have multiple input_selectize dropdowns that take a large number of options. To avoid long startup times for the app I initialize them as empty at first and then when the user visits a tab, the input_selectize in that tab is filled in on the server side.
However, with my hosted shiny app on shinyproxy, often random input_selectizes fail to update or display options. This isn't strictly reproducible across sessions and sometimes when the app is reloaded the input_selectize() that was broken on during a previous session works and a new input_selectize doesn't work. This doesn't happen when I run my app locally but seems to be specific to shinyproxy, but not sure how to get around this.
Error Messages (if any)
Environment
The text was updated successfully, but these errors were encountered: