In this post I will list the known issues or possible improvements for Lemmy.world.
Please comment with any issue or area for improvement you see and I will add it here.
Issues can be:
- Local (lemmy.world) (also performance issues)
- Lemmy software issues
- Other software related (apps/Fediverse platforms etc)
- Remote server related
- (User error? …)
Known issues
- Posting big posts of over 2000 characters fails, the Post button will stay spinning
- Top posts page gets a stream of new posts ? Websockets issue
- You’re suddenly in another post than you were before > Websockets issue
Enhancement requests
- Can themes be added? > To be checked if this can be done without changing code.
I’ve discovered a pattern to my logout error as referred to here: https://lemmy.world/comment/1144382
It occurs specifically when I navigate to a community page, without visiting the homepage first. If I navigate specifically to, for example, lemmy.world/c/lemmyworld, I’ll be logged out. However, if I visit lemmy.world and then visit lemmy.world/c/lemmyworld, I’ll be logged in.
I wonder if this is a bug with SameSite in the JWT? Reddit’s token, for example, has a value of None, where Lemmy’s has a value of Strict. I’ve changed that to None for the moment, we’ll see if that changes anything