this post was submitted on 12 Apr 2024
10 points (100.0% liked)
Reddthat Community and Support
713 readers
1 users here now
Reddthat Community & Support
This community is for us to chat about anything and everything, including support topics!
There is no defining specific rules for this community and it can be anything from "I do not like the weather" to "I've won the jackpot and want to give all the money away to charity!" ๐
Before posting, have you read the rules?
Introductory Required Reading
For anything else, try a search and see what turns up, if not post away!
Alternative Matrix Chatroom:
Alternative Support Forums:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can't seem to get the default lemmy UI to change views at all today. Trying to switch subscribed/local/all or trying change the sort order results in all entries getting highlighted briefly then the same threads are shown.
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".
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.)