Every time I try to create a new post in this community I notice that the post is never created, it keeps on loading forever.

Getting a little more technical, when I use the browser’s developer tools analyze the request, I notice that I get a “language not supported” error message with a 400 status code on the response.

Is this intentional or is this a bug?

    • abobla@lemm.eeOP
      link
      fedilink
      arrow-up
      4
      ·
      8 months ago

      yeah, I just leave the language field unselected. The strange thing is that I have only noticed it here in this community

  • freamon@endlesstalk.org
    link
    fedilink
    arrow-up
    7
    ·
    8 months ago

    Yeah - this community, like some others, only supports ‘undetermined’ (aka unspecified) as a discussion language. You can see by running:

    curl https://lemmy.kde.social/api/v3/community?name=kde | jq .discussion_languages

    This gives an array with just ‘0’ as a value. Most other communities would give an array like [0,37] (for Unspecified and English), or [0,47] (for Unspecified and French), etc.

    It can be fixed by a moderator - going into the community’s settings and using the CTRL key with the mouse to click both Unspecified and English.