pixelfed / support

Issue tracker for installations of Pixelfed, before a bug is identified.
https://docs.pixelfed.org/running-pixelfed/troubleshooting.html
8 stars 3 forks source link

Instance not federating #67

Open satak-azat opened 4 years ago

satak-azat commented 4 years ago

The instance I had setup seems to not be federating at all. No notification from other instance, posts aren't send unless I search it manually with url on another instance, and follow request aren't accepted (the account is not private, masto and pleroma mark the follow request as "send" and I do not get notification on pixelfed).

My .env has :

ACTIVITY_PUB=true
AP_REMOTE_FOLLOW=true
AP_OUTBOX=true
AP_INBOX=true
AP_SHAREDINBOX=true
PF_COSTAR_ENABLED=true

and I runned :

php artisan config:cache
php artisan optimize:clear && php artisan optimize
php artisan cache:clear
php artisan route:cache

and restarted my php7.3-fpm and pixelfed service. I also tried to reboot the whole server but I'm still at the same point.

satak-azat commented 4 years ago

the issue is still not resolved. i tried to update but it's still the same.

there is no job at all in horizon (either done or failed) when i try to reach from a another instance.

dansup commented 4 years ago

@satak-azat We need more information, what is the username/instance domain?

satak-azat commented 4 years ago

the instance is pixelfed.luciferi.st, i tried to reach it with pleroma (soc.luciferi.st), mastodon (cornichon.me) and pixelfed (pixelfed.social) but none of the activities were received by my instance as far as i know (follow, like, share and comment, nothing shows up in horizon).

OccultWarlock commented 3 years ago

Any luck?

PavelSheremetev commented 2 years ago

AP_SHAREDINBOX=true should be replaced with AP_SHARED_INBOX=true I'm not sure if that's the problem, but still

jbfriedrich commented 1 year ago

My instance is not federating either. I can follow people, and they are displayed when I click on "following" on my profile. But my profile does not seem to count remote accounts I follow. I cannot see any remote posts either, nor can they see mine when I post (tested with Mastodon instances and pixelfeld.social).

This is my config in regards to federation:

## ActivityPub Federation
ACTIVITY_PUB=true
AP_REMOTE_FOLLOW=true
AP_SHAREDINBOX=true
AP_INBOX=true
AP_OUTBOX=true
ATOM_FEEDS=true
NODEINFO=true
WEBFINGER=true
AP_LOGGER_ENABLED=true

I ran the following commands multiple times:

php artisan config:cache
php artisan optimize:clear && php artisan optimize
php artisan cache:clear
php artisan route:cache

I even restarted all docker containers multiple times, but my diagnostics page still shows the following:

Bildschirmfoto 2023-07-31 um 23 52 23