Re: Federation issues
-
Hi! I am also having federation issues on a fresh install of 4.0.3. For example, I can not see the content of all the posts here including the original post. I think I see the content of around half of the posts. I tried to reply on another post on community.nodebb.org, but after ten minutes it is still not visible at community.nodebb.org.
Ironically, I am not sure this reply will reach community.nodebb.org either.
@reynir OK great! This one went through. However, I still only see about half of the posts.
(Finally, sorry for barging in on your topic - perhaps we can fork the topic somehow)
-
@reynir OK great! This one went through. However, I still only see about half of the posts.
(Finally, sorry for barging in on your topic - perhaps we can fork the topic somehow)
@[email protected] the post content being blank issue might be an unrelated bug. I'm still trying to figure out that one.
-
@[email protected] the post content being blank issue might be an unrelated bug. I'm still trying to figure out that one.
@[email protected] thanks for the reply! Is there a tracking issue I can subscribe to?
(I am having a lot of fun with our new NodeBB instance btw!)
-
@[email protected] thanks for the reply! Is there a tracking issue I can subscribe to?
(I am having a lot of fun with our new NodeBB instance btw!)
@[email protected] there wasn't, so I added one:
-
@Jakub-Urbanowicz your ActivityPub user is resolving, but the URLs are incorrect.
Please update your
config.json
so that it properly reflects your site's url, it should behttps://forum.n66.pl
, with the https@julian That and upgrading to 4.0.4 helped a little – at least direct messages are coming through, but following still not working in either direction. Following seems to be set up correctly and confirmed on both the forum and other AP instances. Testing with Friendica and Mastodon. Only the messages are stopped somewhere.
-
@Jakub-Urbanowicz your ActivityPub user is resolving, but the URLs are incorrect.
Please update your
config.json
so that it properly reflects your site's url, it should behttps://forum.n66.pl
, with the https@julian I am now unable to import threads using the search area. It worked a few days ago (before 4.0.4) and maybe before changing http to https in config.json. Now I can only follow users without actually following their content (no following is operational). While importing threads worked, it was still useless, because I couldn't join in on conversations.
Yesterday I experimented with different proxy_pass values in my nginx proxy.conf file:proxy_pass http://forum_n66_pl;
– original configurationproxy_pass http://127.0.0.1:4567;
– no effect on AP behaviour, nodebb's admin privileges affectedproxy_pass https://forum_n66_pl;
– resulted in a "Bad Gateway" error.
I attach the recent log file: https://u.pcloud.link/publink/show?code=XZun2L5Zy2PaNwGjuh72kxKbh6Wl9jEb4FmX
Please tell me you know how to fix it.
-
@julian I am now unable to import threads using the search area. It worked a few days ago (before 4.0.4) and maybe before changing http to https in config.json. Now I can only follow users without actually following their content (no following is operational). While importing threads worked, it was still useless, because I couldn't join in on conversations.
Yesterday I experimented with different proxy_pass values in my nginx proxy.conf file:proxy_pass http://forum_n66_pl;
– original configurationproxy_pass http://127.0.0.1:4567;
– no effect on AP behaviour, nodebb's admin privileges affectedproxy_pass https://forum_n66_pl;
– resulted in a "Bad Gateway" error.
I attach the recent log file: https://u.pcloud.link/publink/show?code=XZun2L5Zy2PaNwGjuh72kxKbh6Wl9jEb4FmX
Please tell me you know how to fix it.
@Jakub-Urbanowicz
http://forum_n66_pl
this suggests there's an upstream block.Can you paste your entire nginx config?
-
@julian just a moment; it's a bit complex, because configuration is divided into several files.
-
@Jakub-Urbanowicz can you please:
- create a test account on ActivityPub.academy
- Run your NodeBB in dev mode (
./nodebb dev
) - mention your account on your forum?
- Have your forum account reply back.
See if there are any errors logged. ActivityPub errors are only logged to console in dev mode.