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.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I'm experimenting with hosting my own instance. It seems like things are working, e.g. the steps in the troubleshooting doc work, http routing seems correct, etc. I can subscribe to other instance's communities and see the posts. However, comments are not syncing at all not even new ones. I suspected it might be a lemmy.ml problem, but I also get this behavior from other instances as well. I am running 0.17.3. How do I debug this, or is it the expected behavior (new to Lemmy, of course).

you are viewing a single comment's thread
view the rest of the comments
[–] admin@satl.ink 5 points 1 year ago (2 children)

I sorted it out, and comments are now syncing. It was an HTTP routing problem. I had forwarded .well-known/, api/, etc, and /inbox/ (<--- note trailing slash) to lemmy's backend, but not /inbox. Once I did this the comments began to appear. Thanks all for the help, and hopefully this post helps someone else.

[–] muerwre@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

Can you show me that rule from your nginx (?). Because I'm having the same problem on my instance. And ansible config example doesn't have 'inbox' in it.

[–] kosmo@satl.ink 1 points 1 year ago

pineapple's comment has the right location line