this post was submitted on 01 Apr 2022
2 points (100.0% liked)
Asklemmy
43831 readers
836 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can read and post doing that, but my posts don't appear on the original forum and everything has 0 votes, and I can't see any comment.
When fetching a community or post for the first time, votes or comments are not fetched. You can subscribe, and will later receive new content.
Your instance is currently not configured correctly for federation. The following request should return json, but gives error 404:
curl -H 'Accept: application/activity+json' https://lemido.freakspot.net/u/lemmy
(compare withcurl -H 'Accept: application/activity+json' https://lemmy.ml/u/nutomic
). The default Lemmy installation has an nginx config which takes care of this.I copied the default nginx config, but for some reason I don't know it doesn't work, and I don't know how to troubleshoot it, because I don't see any error message.
Did you install manually? Then you need to ensure that the ports for lemmy and lemmy-ui are set correctly in nginx config. You also need to apply changes with
nginx -s reload
No, I followed the instructions for Docker.
I think they are. This is the nginx config file:
I did restart with systemctl and also used your command, but it still doesn't work.