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
- Post / Reply takes up to 20 seconds. This mainly happens in larger communities. We’re troubleshooting this. Anyone wanting to help troubleshoot, please DM @ruud@lemmy.world . Big plus if you can read the Lemmy source code so we know what it actually does.
- Posting big posts of over 2000 characters fails, the Post button will stay spinning
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