As we are running the latest and greatest Beta currently. This post will be a list of all known bugs & fun things that we are dealing with.

Please comment if you have a bug so we can help make the next Lemmy version.

Known Bugs

  • Video links are not embeddable when they have a thumbnail. Issue: (UI-#2418)
  • FIXED: Local and All pagination (Clicking Next) results in 25-30 seconds load times. Issue: (Lemmy-#4618)
  • Federation with LemmyWorld
    • We have created a server in Amsterdam which is close enough to LemmyWorld where we can ingest all of the Activities, and then batch-send them to Reddthat. Currently it is performing very well. It is still early in testing but all signs point to solving our activity backlog issue!
  • Private messages are broken #2439-ui
  • TiffOPMA
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    I bet it’s something to do with the API / caching. Last month-ish we enabled NGINX caching to help with the “spikey” nature. It should only affect the main front end, but I hadn’t tested the frontends extensively.

    I got the same issue. Even after modifying the sort settings it stayed being “hot”.

    • e0qdk
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      Glad to know it’s not just me. I think there might be more going on than just a caching issue though since when I look at the URLs requested in my browser’s dev tools it seems like it’s actually requesting the wrong data from the API. It looks like it’s always requesting https://reddthat.com/api/v3/post/list?limit=20&sort=New&type_=Subscribed twice per click for me – with the requests raced – regardless of whether I click on Local or All or try to change the sort order. (Subscribed + New sort order is my default view; you might get something different if you have a different default view or are testing it logged out.)