15
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 10 Jul 2023
15 points (100.0% liked)
Lemmy Support
4650 readers
2 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
Look at your server logs and make sure that POST requests get routed to the lemmy backend, not the frontend. The frontend does not proxy requests to the backend if the frontend doesn't handle it.
Check your NGINX logs and look for POST requests to
/inbox
as well as/.well-known/webfinger
.You can unsubscribe and subscribe again while tailing the logs to hopefully see the request come in, and make sure it's a 200. If it's a 400 or 404, triple check it's not going to lemmy-ui.
Been there, done that.
So far from tailing
access.log
I get a status of 200 from subbing and unsubbing from a community. Still stuck on pending though.Did you get posts to webfinger and inbox coming from the remote instance as well? If you have nothing then the remote instance was unable to push back to you.
You should see a whole bunch of lines like these in the NGINX logs:
If you don't, then that's a problem.
yeah this appears to be the issue. I have all of the communities and the initial content from discovery but they don't seem to want to talk now.