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