Hello, tried following a Lemmy community (e.g. test@feddit.it) both on my own instance (citiverse.it, v4.14.2) and here on community.nodebb.org, from the category page (/category/test@feddit.it). In both cases the follow seems to go through, but new posts never show up afterwards.

Is this a known issue, or should I dig further and post more details?

  • ska@community.nodebb.orgOP
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    hi and thanks everyone, the issue in topic seems solved and it was on my end: a DNS migration left citiverse.it with an AAAA record while nginx was still listening on IPv4 only, so IPv6-preferring instances couldn’t reach me at all, Lemmy then flagged my server as dead and quietly stopped federating, with zero errors logged anywhere. Adding listen [::]:443 fixed it. Mentioning it only in case it saves someone else an afternoon.