Missing languages

I have…

  • Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
  • Used code blocks with ``` to format my code examples like JSON or logs properly.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

No languages are displayed and/or it is not possible to type in the auto complete input.

It appears that a request to /api/languages is being made and data is being returned.
(example of returned data as I cannot paste another picture)

[
    {
        "iso2Code": "aa",
        "englishName": "Afar",
        "nativeName": "Afaraf"
    },
    {
        "iso2Code": "ab",
        "englishName": "Abkhaz",
        "nativeName": "аҧсуа бызшәа, аҧсшәа"
    },
    {
        "iso2Code": "ae",
        "englishName": "Avestan",
        "nativeName": "avesta"
    },
    {
        "iso2Code": "af",
        "englishName": "Afrikaans",
        "nativeName": "Afrikaans"
    },
    {
        "iso2Code": "ak",
        "englishName": "Akan",
        "nativeName": "Akan"
    },
]

Expected behavior

I’m assuming that it should be possible to select languages to add to the app.

Minimal reproduction of the problem

I’ve installed the latest version with docker and created a test app based on “Starter Sample Blog”.
Went to Settings > Languages

Environment

App Name: test

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: 7.16.0.0

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others: