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?
I have this same issue, but only for lemmy.ml and beehaw.org.
feddit.nl, feddit.de and lemmy.world all work as expected for me
edit: I did an oopsie with formatting
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