mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-01 17:48:32 +00:00

# Which Problems Are Solved Zitadel encounters a migration error when setting `restricted languages` and fails to start. # How the Problems Are Solved The problem is that there is a check that checks that at least one of the restricted languages is the same as the `default language`, however, in the `authz instance` (where the default language is pulled form) is never set. I've added code to set the `default language` in the `authz instance` # Additional Context - Closes https://github.com/zitadel/zitadel/issues/9787 --------- Co-authored-by: Livio Spring <livio.a@gmail.com> (cherry picked from commit b46c41e4bf50af7f3873c6d0deb62206d77ec6e9)