Bug #100439
Updated by Oliver Hader over 1 year ago
I tried to generate a site configuration with the Backend module. I only need German as a language and no English. So I deleted English and added German. The Site Configuration Module was writting the following Site Configuration: <pre> ``` base: 'https://example.ddev.site' languages: - title: Deutsch enabled: true languageId: 1 base: / locale: de_DE navigationTitle: '' flag: global websiteTitle: '' rootPageId: 1 websiteTitle: 'Beispiel' </pre> ``` From here there was not getting back to a valid siteconfiguration by using the Backend Module.