this post was submitted on 03 Aug 2023
25 points (60.5% liked)
Lemmy
12506 readers
34 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think there's something wrong with lemmy.world, this is the post. The developer posts to confirm the tracking is turned off. Sorry the direct link didn't work.
https://lemmy.world/post/2538321
Edit: a federated comment link: https://programming.dev/comment/1561763
It's wild what lemmy.world has done. If your referrer is lemmy.world itself, a click off their web page, it loads the comment. But if you come from another lemmy instance or just put the link directly into your browser address bar, they reject it with ERR_INVALID_RESPONSE - I can't recall having seen a website do this to try and prevent attacks.
I also have the same problem... BUT it happens if simply try to open a comment on a new window using the link.
several people have confirmed it... I haven't seen them explain how exactly, but they seem convinced it is causing crashes so they blocked it. Lemmy is practically in the realm of voodoo PostgreSQL at this point. Since April or May it's been scaling very poorly as data gets added.
Well, that's what happens when you go for PostgreSQL without much experience I guess. But it works.. mostly :) I don't get it why the database would f* up the application itself in this case, its a simple "get by id" operation...