Why YSK: right now, Lemmy’s autocomplete for the !community syntax isn’t working correctly.

It will appear to work, like so:

But the link produced will redirect you away from your home instance and leave you unable to vote/subscribe…


To fix this issue, you’ll need to manually edit the autocompleted link like so:

BAD LINK: [!youshouldknow@lemmy.world](https://lemmy.world/c/youshouldknow)

⬇️⬇️⬇️ Remove the domain (i.e.: https://lemmy.world) & append the @ identifier (i.e.: @lemmy.world)

GOOD LINK: [!youshouldknow@lemmy.world](/c/youshouldknow@lemmy.world)


Removing the domain like this transforms it into a local link which prevents the instance redirection. Doing this will make it easier for newcomers to join your community and participate in discussions!

Those interested can monitor Github issues #369 & #1048 for when this UI bug is fixed!

  • @FlaxPicker@lemmy.world
    link
    fedilink
    English
    101 year ago

    If you are using the mlem app to browse, the good link will crash your app so don’t click it for now. They are aware and it is raised as an issue in their github.

  • @Barbarian@sh.itjust.works
    link
    fedilink
    English
    101 year ago

    There is an issue with this. If nobody on the instance of the user that clicks the link is subscribed to that community, this will result in a 404 error. If at least one person on the instance is subscribed, it’ll work. In a browser. Not in Jerboa.

    • NotaCat
      link
      fedilink
      English
      71 year ago

      As a temporary bandaid, it looks like every instance needs a sacrificial user/volunteer to subscribe to every community they can find.

        • @impulse@lemmy.world
          link
          fedilink
          English
          11 year ago

          Sounds like the perfect job for a bot to monitor that list and autosubscribe to every new community.

          • @chaoraceOP
            link
            English
            71 year ago

            I suspect that this may be somewhat frowned upon. The whole point of not grabbing all communities from all instances by default is to avoid massive traffic dumps every time a new instance joins the federation. Doing this via a bot is basically the equivalent of DDOSing your home instance!

            It’s less bad when a human does the same thing because:

            • A) A human will work more slowly than a bot
            • B) A human will likely only do this one time and then let the system continue working as intended afterward
            • C) A human can be easily reprimanded and told to stop if they’re causing problems
        • @Pat12@lemmy.world
          link
          fedilink
          English
          11 year ago

          Is there a french instance? I can actually do the French and German ones since I am already creating and involved with those communities.

    • @chaoraceOP
      link
      English
      51 year ago

      Yes, unfortunately. This is one of those situations where it’s technically less user friendly to browse on a smaller instance (since large instances are more likely to already be subscribed to a given random community). Of course, this issue affects anyone who tries to visit a given community via their home instance, not just people using this particular link style.

      Right now this problem is being tracked on the backend Github as #2951. Hopefully they manage to sand off this particular rough edge ASAP.

  • SanguinePar
    link
    fedilink
    English
    71 year ago

    Hi - just FYI, the Good link makes the app Jerboa crash (for me at least). Probably something needing changed in the app, but wanted to share anyway.

    • @chaoraceOP
      link
      English
      5
      edit-2
      1 year ago

      This issue should be fixed now in the edited version of my post. I made a rather silly mistake in the original version that @justin@sh.itjust.works helped me solve.

      • SanguinePar
        link
        fedilink
        English
        61 year ago

        Still crashing, sadly. I’m sure it’s Jerboa though. It’ll get sorted at some point, thanks anyway :-)

        • @chaoraceOP
          link
          English
          61 year ago

          Bummer… looks like this is indeed a Jerboa issue (Github #556). Hopefully that gets resolved soon so we can have links that reliably work on every frontend.

          • SanguinePar
            link
            fedilink
            English
            51 year ago

            Yeah that’d be great.

            Thanks for checking GitHub, I can’t really find my way around on there. Good that it’s a known issue at least.

  • It’d be sweet if we could automate the process of discovering the community so that 9 times out of 10 we don’t have to then search for the community and refresh the page to see it.

  • Justin
    link
    fedilink
    English
    6
    edit-2
    1 year ago

    The good link seems to inconsistently work when viewing from sh.itjust.works. I’m wondering if it’s a current bug or if that instance just needs updated.

    • @chaoraceOP
      link
      English
      10
      edit-2
      1 year ago

      Doh! I totally meant to include instructions to append the target instance id to the link in my original post.

      The post is now edited and fixed to use the correct link format as you’ve suggested. Thank you very much for your help.

  • @fubo@lemmy.world
    link
    fedilink
    English
    61 year ago

    YSK that a URL without a protocol or domain is a relative URL.

    It’s “relative” to the page that it’s displayed on.

    Your browser fills in the protocol and domain from the URL of the page you’re on when you click on it. That’s how it stays local to the instance that you’re viewing it on.

    • @chaoraceOP
      link
      English
      41 year ago

      Of course! Perhaps one of the greatest public goods to come out of FOSS is the public bug tracker. Not a “known issue” list, not a “ticket system”, but rather a place where you can see work happening on your issue in realtime.

  • cowvin
    link
    fedilink
    3
    edit-2
    1 year ago

    Hmm this still doesn’t quite work for those of us visiting from kbin because from kbin we access this community as: https://kbin.social/m/youshouldknow@lemmy.world/ so even the /c/ doesn’t match up.

    We probably will need some special markup that each instance converts to their own local community / magazine format.

  • @aMalayali@beehaw.org
    link
    fedilink
    English
    11 year ago

    Cool

    Is there any way to link to posts like this?
    Found that crossposting does not provide a instance neutral link.

    • @chaoraceOP
      link
      English
      11 year ago

      Unfortunately, no. For posts/comments, there’s currently no way to create cross-instance permalinks. You can follow progress on fixing that issue via Github #2987.