I am currently working on a project on a search engine for all English-taught undergraduate programs in Europe. This will benefit many students, who are looking for alternatives to the costly college programs in the US.
I’m encountering an issue with my Shiny app deployment where UI filters (selectizeInputs for Country/Type/Subject/University) work perfectly locally but behave inconsistently on Shinyapps.io. Specifically:
- Problem: When selecting a country, the "Subject" and "University" dropdowns only show "All" until a "University Type" is selected. This does not occur in my local R environment.
Code:
(Search Engine - Google Drive)
Request: Can anyone help investigate whether this is caused by environment-specific factors (e.g., package versions, file permissions, or reactive timing differences on Shinyapps.io)?
Thank you for your assistance. Let me know if you need additional details.
Best regards,