Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes after cloning and running locally #8

Open
lauren-stevens-9 opened this issue Aug 2, 2023 · 0 comments
Open

App crashes after cloning and running locally #8

lauren-stevens-9 opened this issue Aug 2, 2023 · 0 comments

Comments

@lauren-stevens-9
Copy link

In server.R, I had to add the param names for

shiny.i18n::update_lang(session,input$selected_language)

because they were out of order.
I changed it to

shiny.i18n::update_lang(session = session,
language = input$selected_language)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant