this post was submitted on 07 Jun 2023
194 points (98.0% liked)

Lemmy.World Announcements

28648 readers
98 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Donations πŸ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

founded 1 year ago
MODERATORS
194
submitted 1 year ago* (last edited 1 year ago) by ruud to c/lemmyworld
 

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.

Remember: this instance was only started June 1st so a lot of troubleshooting and tweaking to be done.

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

Websockets issues

There are some issues with the Websockets implementation used in Lemmy, which handles the streaming. Websockets will be removed in version 0.18 so let's hope these issues will be all gone then!

  • Top posts page gets a stream of new posts ? Websockets issue
  • You're suddenly in another post than you were before > Websockets issue
  • Your profile will briefly display another name/avatar in the top right corner

Spinning wheel issues

Error handling is not one of Lemmy's strongpoints. Sometimes something goes wrong, but instead of getting an error, the button will have a 'spinning wheel' that lasts until eternity. These are some of the known cases:

  • You want to create an account but the username is already taken
  • You want to create an account but the username is too long (>20 characters)
  • You want to create an account but the password is too long
  • You want to create a community but the name is already taken
  • You want to create a community but the name is not in all lowercase letters
  • You want to create a post over 2000 characters
  • You want to post something in a language that isn't allowed in the community

Other issues

  • Federation not always working; Apparently not everything gets synced all the time. This needs troubleshooting.
  • β€œ404: FetchError: invalid json response body at http://lemmy:8536/api/v3/site” This sometimes happens when the Lemmy app container is very busy. Needs troubleshooting

Enhancement requests

  • Can themes be added? > To be checked if this can be done without changing code.

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

you are viewing a single comment's thread
view the rest of the comments
[–] northernscrub 1 points 11 months ago* (last edited 11 months ago)

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