this post was submitted on 05 Jun 2023
5 points (100.0% liked)
Lemmy Support
157 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm also experiencing something like this. Some comments are syncing, after a little while, but not very many. Some insight into how commenting syncing works and maybe how we can configure an instance to be better at it would be nice. Viewing this same post on lemmy.ml, I can see there have been several comments, but viewing the post while logged in to my own instance there are currently none visible.
I am pretty sure it's not an issue of language settings, in my case, since the posts that comments have synced for show comments tagged with English and also comments with no language tag.
For me closely monitoring the reverse proxy logs and the HTTP status therein solved it. Fixing the /inbox routing also fixed the "Susbscription pending" problem for me.
I also have one subscription that has said "Subscription pending" for a while now...
Can you explain what you mean by fixing the /inbox routing? I set up lemmy using ansible and did not set up my own routing: https://github.com/LemmyNet/lemmy-ansible
Anyway, I added "inbox" to the proxy config labeled with a
#backend
comment in the nginx config that the cookbook set up. Fromlocation ~ ^/(api|pictrs|feeds|nodeinfo|.well-known) {...}
tolocation ~ ^/(inbox|api|pictrs|feeds|nodeinfo|.well-known) {...}
. I'm not seeing any immediate difference, but let's see what happens.Also, I'm not sure why it would be like this, but I thought you might want a heads up that this is how your comment appears for me on lemmy.ml, though I can see it fine on my own instance: https://i.imgur.com/pZDRxhz.png