I tried to join a community, but when i press subscribe nothing happens. If i leave the page the community is in my subscriptions list, but when i expand the sidebar instead of “joined” i see an orange box that says “subscribe pending”. What would cause this?

    • ActuallyRuben
      link
      fedilink
      11 year ago

      Update: I’m now able to correctly subscribe to beehaw communities, after modifying my nginx config a bit (I’m using the docker config from the docs). I added the following after line 44:

      if ($http_accept = "application/json") {
        set $proxpass "http://lemmy";
      }
      

      It might just be luck that this worked, I’m not entirely sure

  • @[email protected]
    link
    fedilink
    01 year ago

    I’m getting this too, but posts from “subscription pending” communities are showing up in my “Subscribed” feed, so I guess it’s an UI bug?

    • ActuallyRuben
      link
      fedilink
      11 year ago

      It’s not a UI bug. When you subscribe to a non-local community, your instance sends the subscription request to the other instance, the other instance should instantly respond that the subscription has been accepted (or potentially denied?). However, if the other instance doesn’t respond, then it’ll get stuck in this “Subscribe Pending” state.

        • ActuallyRuben
          link
          fedilink
          11 year ago

          As far as I can tell, it doesn’t resolve itself, you’ll have to “unsubscribe” by clicking the “Subscribe Pending” button, then try again. Although you have no guarantee that that’ll solve it.