Skip Navigation
Lemmy Support @lemmy.ml

My instance posts are accessible from other instances but comments from other instances aren't accessible from my instance

11 comments
  • This page seems to be broken: https://blog.kaki87.net/instances

    This can’t be good:

     sh
        
    $ curl -s https://blog.kaki87.net/api/v3/federated_instances | jq .
    {
      "federated_instances": {
        "linked": [],
        "allowed": [],
        "blocked": []
      }
    }
    
    
      

    Your instance doesn’t seem to be aware of any others.

  • Check this out: https://join-lemmy.org/docs/administration/troubleshooting.html#you-dont-receive-actions-reliably

    (However, afaik your instance must receive activity so that said activity can be federated to other instances. That's why you can comment on dead instance comms, but they never will be seen on other instances. Take lemm.ee for example.)

    Also, as davel said, the instances page seems to be broken, and that doesn't seem to be a frontend issue as not even lemmy federation state checker is able to query it, so either something is wrong at the backend or your reverse proxy config.

    Check the logs and config.

    edit: wrong, ignore.

    • Check the logs and config.

      What should I be looking for ?

      • Sorry, forget my previous comment. It seems to be a bad design choice in the frontend. The backend is working fine, probably.

        Your instance is not federating with other instances, and this definitely is because someone manually turned off federation or changed the federation mode (otherwise your community and its posts wouldn't have appeared on other instances).

        The comment on the jlai.lu instance seems to be there because someone manually fetched it. That would explain why "your instance did not receive the activity but federated it over to other instances".

        Go to the admin page in the lemmy UI and turn on federation. If you selected "Allowlist" or "Blacklist", select "Open" as the federation mode.

        https://join-lemmy.org/docs/administration/federation_getting_started.html

        Then comment or like posts from other instances, ideally a popular community so your instance starts federating with lots of instances faster.


        Though I think that's what happening, this wouldn't explain why 0d.gs shows that your instance successfully keeps receiving activities from it. I wonder if there is no check being done for that.

11 comments