Problems with federation

Good morning (or hello in general, depending on your timezone). I’m trying to activate the federation with another instance. On my side, the logs show as ‘completed’. However, the other instance is not receiving anything.

When the other instance sends me a request, I don’t receive it.

Can you help me?

This is the type of log I have:

Job: 9779
Type: activitypub-http-unicast
Processed on 1/31/25, 8:30:14.671 PM
Finished on 1/31/25, 8:30:15.244 PM
{
  "uri": "https://remoteinstance.com/accounts/peertube/inbox",
  "signatureActorId": 1,
  "body": {
    "type": "Follow",
    "id": "https://myinstance.com/accounts/peertube/follows/26487",
    "actor": "https://myinstance.com/accounts/peertube",
    "object": "https://remoteinstance.com/accounts/peertube"
  },
  "contextType": "Follow"
}
Job: 76
Type: activitypub-follow
Processed on 1/31/25, 8:30:14.058 PM
Finished on 1/31/25, 8:30:14.685 PM
{
  "host": "remoteinstance.com:443",
  "followerActorId": 1
}

(I replaced my instance’s link by « myinstance.com » and the remote one by « removeinstance.com »)

Thanks in advance for anyone who responds to my request.

Hi,

Please enable debug logs on your server and paste them :slight_smile:

{"level":"info","message":"Creating job to send follow request to https://video.4d2.org/accounts/peertube.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.697Z"}
{"sql":"Executing (7430a3c1-5b8f-4d8c-a0ee-9034bc359a67): COMMIT;","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.699Z"}
{"sql":"Executing (default): UPDATE \"actor\" SET \"followingCount\"=(SELECT COUNT(*) FROM \"actorFollow\" WHERE \"actorId\" = 1 AND \"state\" = 'accepted'),\"updatedAt\"=$1 WHERE \"id\" = $2","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.723Z"}
{"sql":"Executing (default): UPDATE \"actor\" SET \"followersCount\"=(SELECT COUNT(*) FROM \"actorFollow\" WHERE \"targetActorId\" = 26487 AND \"state\" = 'accepted'),\"updatedAt\"=$1 WHERE \"id\" = $2","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.730Z"}
{"uri":"https://video.4d2.org/accounts/peertube/inbox","level":"debug","message":"Creating unicast job.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.733Z"}
{"sql":"Executing (default): SELECT \"ActorModel\".\"id\", \"ActorModel\".\"type\", \"ActorModel\".\"preferredUsername\", \"ActorModel\".\"url\", \"ActorModel\".\"publicKey\", \"ActorModel\".\"privateKey\", \"ActorModel\".\"followersCount\", \"ActorModel\".\"followingCount\", \"ActorModel\".\"inboxUrl\", \"ActorModel\".\"outboxUrl\", \"ActorModel\".\"sharedInboxUrl\", \"ActorModel\".\"followersUrl\", \"ActorModel\".\"followingUrl\", \"ActorModel\".\"remoteCreatedAt\", \"ActorModel\".\"serverId\", \"ActorModel\".\"createdAt\", \"ActorModel\".\"updatedAt\", \"Account\".\"id\" AS \"Account.id\", \"Account\".\"name\" AS \"Account.name\", \"Account\".\"description\" AS \"Account.description\", \"Account\".\"actorId\" AS \"Account.actorId\", \"Account\".\"userId\" AS \"Account.userId\", \"Account\".\"applicationId\" AS \"Account.applicationId\", \"Account\".\"createdAt\" AS \"Account.createdAt\", \"Account\".\"updatedAt\" AS \"Account.updatedAt\", \"VideoChannel\".\"id\" AS \"VideoChannel.id\", \"VideoChannel\".\"name\" AS \"VideoChannel.name\", \"VideoChannel\".\"description\" AS \"VideoChannel.description\", \"VideoChannel\".\"support\" AS \"VideoChannel.support\", \"VideoChannel\".\"actorId\" AS \"VideoChannel.actorId\", \"VideoChannel\".\"accountId\" AS \"VideoChannel.accountId\", \"VideoChannel\".\"createdAt\" AS \"VideoChannel.createdAt\", \"VideoChannel\".\"updatedAt\" AS \"VideoChannel.updatedAt\", \"VideoChannel->Account\".\"id\" AS \"VideoChannel.Account.id\", \"VideoChannel->Account\".\"name\" AS \"VideoChannel.Account.name\", \"VideoChannel->Account\".\"description\" AS \"VideoChannel.Account.description\", \"VideoChannel->Account\".\"actorId\" AS \"VideoChannel.Account.actorId\", \"VideoChannel->Account\".\"userId\" AS \"VideoChannel.Account.userId\", \"VideoChannel->Account\".\"applicationId\" AS \"VideoChannel.Account.applicationId\", \"VideoChannel->Account\".\"createdAt\" AS \"VideoChannel.Account.createdAt\", \"VideoChannel->Account\".\"updatedAt\" AS \"VideoChannel.Account.updatedAt\", \"VideoChannel->Account->Actor\".\"id\" AS \"VideoChannel.Account.Actor.id\", \"VideoChannel->Account->Actor\".\"type\" AS \"VideoChannel.Account.Actor.type\", \"VideoChannel->Account->Actor\".\"preferredUsername\" AS \"VideoChannel.Account.Actor.preferredUsername\", \"VideoChannel->Account->Actor\".\"url\" AS \"VideoChannel.Account.Actor.url\", \"VideoChannel->Account->Actor\".\"publicKey\" AS \"VideoChannel.Account.Actor.publicKey\", \"VideoChannel->Account->Actor\".\"privateKey\" AS \"VideoChannel.Account.Actor.privateKey\", \"VideoChannel->Account->Actor\".\"followersCount\" AS \"VideoChannel.Account.Actor.followersCount\", \"VideoChannel->Account->Actor\".\"followingCount\" AS \"VideoChannel.Account.Actor.followingCount\", \"VideoChannel->Account->Actor\".\"inboxUrl\" AS \"VideoChannel.Account.Actor.inboxUrl\", \"VideoChannel->Account->Actor\".\"outboxUrl\" AS \"VideoChannel.Account.Actor.outboxUrl\", \"VideoChannel->Account->Actor\".\"sharedInboxUrl\" AS \"VideoChannel.Account.Actor.sharedInboxUrl\", \"VideoChannel->Account->Actor\".\"followersUrl\" AS \"VideoChannel.Account.Actor.followersUrl\", \"VideoChannel->Account->Actor\".\"followingUrl\" AS \"VideoChannel.Account.Actor.followingUrl\", \"VideoChannel->Account->Actor\".\"remoteCreatedAt\" AS \"VideoChannel.Account.Actor.remoteCreatedAt\", \"VideoChannel->Account->Actor\".\"serverId\" AS \"VideoChannel.Account.Actor.serverId\", \"VideoChannel->Account->Actor\".\"createdAt\" AS \"VideoChannel.Account.Actor.createdAt\", \"VideoChannel->Account->Actor\".\"updatedAt\" AS \"VideoChannel.Account.Actor.updatedAt\", \"VideoChannel->Account->Actor->Server\".\"id\" AS \"VideoChannel.Account.Actor.Server.id\", \"VideoChannel->Account->Actor->Server\".\"host\" AS \"VideoChannel.Account.Actor.Server.host\", \"VideoChannel->Account->Actor->Server\".\"redundancyAllowed\" AS \"VideoChannel.Account.Actor.Server.redundancyAllowed\", \"VideoChannel->Account->Actor->Server\".\"createdAt\" AS \"VideoChannel.Account.Actor.Server.createdAt\", \"VideoChannel->Account->Actor->Server\".\"updatedAt\" AS \"VideoChannel.Account.Actor.Server.updatedAt\", \"VideoChannel->Account->Actor->Avatars\".\"id\" AS \"VideoChannel.Account.Actor.Avatars.id\", \"VideoChannel->Account->Actor->Avatars\".\"filename\" AS \"VideoChannel.Account.Actor.Avatars.filename\", \"VideoChannel->Account->Actor->Avatars\".\"height\" AS \"VideoChannel.Account.Actor.Avatars.height\", \"VideoChannel->Account->Actor->Avatars\".\"width\" AS \"VideoChannel.Account.Actor.Avatars.width\", \"VideoChannel->Account->Actor->Avatars\".\"fileUrl\" AS \"VideoChannel.Account.Actor.Avatars.fileUrl\", \"VideoChannel->Account->Actor->Avatars\".\"onDisk\" AS \"VideoChannel.Account.Actor.Avatars.onDisk\", \"VideoChannel->Account->Actor->Avatars\".\"type\" AS \"VideoChannel.Account.Actor.Avatars.type\", \"VideoChannel->Account->Actor->Avatars\".\"actorId\" AS \"VideoChannel.Account.Actor.Avatars.actorId\", \"VideoChannel->Account->Actor->Avatars\".\"createdAt\" AS \"VideoChannel.Account.Actor.Avatars.createdAt\", \"VideoChannel->Account->Actor->Avatars\".\"updatedAt\" AS \"VideoChannel.Account.Actor.Avatars.updatedAt\", \"Server\".\"id\" AS \"Server.id\", \"Server\".\"host\" AS \"Server.host\", \"Server\".\"redundancyAllowed\" AS \"Server.redundancyAllowed\", \"Server\".\"createdAt\" AS \"Server.createdAt\", \"Server\".\"updatedAt\" AS \"Server.updatedAt\", \"Avatars\".\"id\" AS \"Avatars.id\", \"Avatars\".\"filename\" AS \"Avatars.filename\", \"Avatars\".\"height\" AS \"Avatars.height\", \"Avatars\".\"width\" AS \"Avatars.width\", \"Avatars\".\"fileUrl\" AS \"Avatars.fileUrl\", \"Avatars\".\"onDisk\" AS \"Avatars.onDisk\", \"Avatars\".\"type\" AS \"Avatars.type\", \"Avatars\".\"actorId\" AS \"Avatars.actorId\", \"Avatars\".\"createdAt\" AS \"Avatars.createdAt\", \"Avatars\".\"updatedAt\" AS \"Avatars.updatedAt\", \"Banners\".\"id\" AS \"Banners.id\", \"Banners\".\"filename\" AS \"Banners.filename\", \"Banners\".\"height\" AS \"Banners.height\", \"Banners\".\"width\" AS \"Banners.width\", \"Banners\".\"fileUrl\" AS \"Banners.fileUrl\", \"Banners\".\"onDisk\" AS \"Banners.onDisk\", \"Banners\".\"type\" AS \"Banners.type\", \"Banners\".\"actorId\" AS \"Banners.actorId\", \"Banners\".\"createdAt\" AS \"Banners.createdAt\", \"Banners\".\"updatedAt\" AS \"Banners.updatedAt\" FROM \"actor\" AS \"ActorModel\" LEFT OUTER JOIN \"account\" AS \"Account\" ON \"ActorModel\".\"id\" = \"Account\".\"actorId\" LEFT OUTER JOIN ( \"videoChannel\" AS \"VideoChannel\" INNER JOIN \"account\" AS \"VideoChannel->Account\" ON \"VideoChannel\".\"accountId\" = \"VideoChannel->Account\".\"id\" INNER JOIN \"actor\" AS \"VideoChannel->Account->Actor\" ON \"VideoChannel->Account\".\"actorId\" = \"VideoChannel->Account->Actor\".\"id\" LEFT OUTER JOIN \"server\" AS \"VideoChannel->Account->Actor->Server\" ON \"VideoChannel->Account->Actor\".\"serverId\" = \"VideoChannel->Account->Actor->Server\".\"id\" LEFT OUTER JOIN \"actorImage\" AS \"VideoChannel->Account->Actor->Avatars\" ON \"VideoChannel->Account->Actor\".\"id\" = \"VideoChannel->Account->Actor->Avatars\".\"actorId\" AND \"VideoChannel->Account->Actor->Avatars\".\"type\" = 1 ) ON \"ActorModel\".\"id\" = \"VideoChannel\".\"actorId\" LEFT OUTER JOIN \"server\" AS \"Server\" ON \"ActorModel\".\"serverId\" = \"Server\".\"id\" LEFT OUTER JOIN \"actorImage\" AS \"Avatars\" ON \"ActorModel\".\"id\" = \"Avatars\".\"actorId\" AND \"Avatars\".\"type\" = 1 LEFT OUTER JOIN \"actorImage\" AS \"Banners\" ON \"ActorModel\".\"id\" = \"Banners\".\"actorId\" AND \"Banners\".\"type\" = 2 WHERE \"ActorModel\".\"id\" = 1;","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.744Z"}
{"level":"info","message":"Processing ActivityPub unicast in job 9810.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.752Z"}
{"level":"debug","message":"Running hook filter:activity-pub.activity.context.build.result of plugin peertube-plugin-livechat.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:15.753Z"}
{"level":"debug","message":"Serving en-US HTML language","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:20.032Z"}
{"tags":["http"],"level":"info","message":"172.18.0.1 - - [03/Feb/2025:11:31:20 +0000] \"GET / HTTP/1.0\" 200 20773 \"-\" \"Mozilla (CloudronHealth)\"","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:20.041Z"}
{"level":"debug","message":"Checking GET - /.well-known/webfinger?resource=acct:peertube@peertube.cocamserverguild.com parameters","label":"peertube.cocamserverguild.com:443","body":{},"params":{},"query":{"resource":"acct:peertube@peertube.cocamserverguild.com"},"tags":[],"timestamp":"2025-02-03T11:31:21.142Z"}
{"sql":"Executing (default): SELECT \"url\" FROM \"actor\" AS \"ActorModel\" WHERE (lower(\"preferredUsername\") = 'peertube' AND \"ActorModel\".\"serverId\" IS NULL) LIMIT 1;","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.168Z"}
{"tags":["http"],"level":"info","message":"45.43.14.223 - - [03/Feb/2025:11:31:21 +0000] \"GET /.well-known/webfinger?resource=acct:peertube@peertube.cocamserverguild.com HTTP/1.0\" 200 382 \"-\" \"node\"","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.182Z"}
{"level":"debug","message":"ActivityPub request for /accounts/peertube.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.648Z"}
{"level":"debug","message":"Checking GET - /accounts/peertube parameters","label":"peertube.cocamserverguild.com:443","body":{},"params":{"name":"peertube"},"query":{},"tags":[],"timestamp":"2025-02-03T11:31:21.651Z"}
{"sql":"Executing (default): SELECT \"AccountModel\".*, \"Actor->Server\".\"id\" AS \"Actor.Server.id\", \"Actor->Server\".\"host\" AS \"Actor.Server.host\", \"Actor->Server\".\"redundancyAllowed\" AS \"Actor.Server.redundancyAllowed\", \"Actor->Server\".\"createdAt\" AS \"Actor.Server.createdAt\", \"Actor->Server\".\"updatedAt\" AS \"Actor.Server.updatedAt\", \"Actor->Avatars\".\"id\" AS \"Actor.Avatars.id\", \"Actor->Avatars\".\"filename\" AS \"Actor.Avatars.filename\", \"Actor->Avatars\".\"height\" AS \"Actor.Avatars.height\", \"Actor->Avatars\".\"width\" AS \"Actor.Avatars.width\", \"Actor->Avatars\".\"fileUrl\" AS \"Actor.Avatars.fileUrl\", \"Actor->Avatars\".\"onDisk\" AS \"Actor.Avatars.onDisk\", \"Actor->Avatars\".\"type\" AS \"Actor.Avatars.type\", \"Actor->Avatars\".\"actorId\" AS \"Actor.Avatars.actorId\", \"Actor->Avatars\".\"createdAt\" AS \"Actor.Avatars.createdAt\", \"Actor->Avatars\".\"updatedAt\" AS \"Actor.Avatars.updatedAt\" FROM (SELECT \"AccountModel\".\"id\", \"AccountModel\".\"name\", \"AccountModel\".\"description\", \"AccountModel\".\"actorId\", \"AccountModel\".\"userId\", \"AccountModel\".\"applicationId\", \"AccountModel\".\"createdAt\", \"AccountModel\".\"updatedAt\", \"Actor\".\"id\" AS \"Actor.id\", \"Actor\".\"type\" AS \"Actor.type\", \"Actor\".\"preferredUsername\" AS \"Actor.preferredUsername\", \"Actor\".\"url\" AS \"Actor.url\", \"Actor\".\"publicKey\" AS \"Actor.publicKey\", \"Actor\".\"privateKey\" AS \"Actor.privateKey\", \"Actor\".\"followersCount\" AS \"Actor.followersCount\", \"Actor\".\"followingCount\" AS \"Actor.followingCount\", \"Actor\".\"inboxUrl\" AS \"Actor.inboxUrl\", \"Actor\".\"outboxUrl\" AS \"Actor.outboxUrl\", \"Actor\".\"sharedInboxUrl\" AS \"Actor.sharedInboxUrl\", \"Actor\".\"followersUrl\" AS \"Actor.followersUrl\", \"Actor\".\"followingUrl\" AS \"Actor.followingUrl\", \"Actor\".\"remoteCreatedAt\" AS \"Actor.remoteCreatedAt\", \"Actor\".\"serverId\" AS \"Actor.serverId\", \"Actor\".\"createdAt\" AS \"Actor.createdAt\", \"Actor\".\"updatedAt\" AS \"Actor.updatedAt\" FROM \"account\" AS \"AccountModel\" INNER JOIN \"actor\" AS \"Actor\" ON \"AccountModel\".\"actorId\" = \"Actor\".\"id\" AND lower(\"preferredUsername\") = 'peertube' WHERE (\"AccountModel\".\"userId\" IS NOT NULL OR \"AccountModel\".\"applicationId\" IS NOT NULL) LIMIT 1) AS \"AccountModel\" LEFT OUTER JOIN \"server\" AS \"Actor->Server\" ON \"Actor.serverId\" = \"Actor->Server\".\"id\" LEFT OUTER JOIN \"actorImage\" AS \"Actor->Avatars\" ON \"Actor.id\" = \"Actor->Avatars\".\"actorId\" AND \"Actor->Avatars\".\"type\" = 1;","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.660Z"}
{"level":"debug","message":"Running hook filter:activity-pub.activity.context.build.result of plugin peertube-plugin-livechat.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.674Z"}
{"level":"debug","message":"Running hook filter:activity-pub.activity.context.build.result of plugin peertube-plugin-livechat.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.676Z"}
{"tags":["http"],"level":"info","message":"45.43.14.223 - - [03/Feb/2025:11:31:21 +0000] \"GET /accounts/peertube HTTP/1.0\" 200 1695 \"-\" \"PeerTube/7.0.1 (+https://video.4d2.org)\"","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.678Z"}
{"level":"debug","message":"ActivityPub request for /accounts/peertube/followers.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.837Z"}
{"level":"debug","message":"Checking GET - /accounts/peertube/followers parameters","label":"peertube.cocamserverguild.com:443","body":{},"params":{"name":"peertube"},"query":{},"tags":[],"timestamp":"2025-02-03T11:31:21.838Z"}
{"level":"debug","message":"Model cache hit for server-account -> peertube.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.839Z"}
{"sql":"Executing (default): SELECT \"Follows\".\"url\" AS \"selectionUrl\" FROM \"actor\" INNER JOIN \"actorFollow\" ON \"actorFollow\".\"targetActorId\" = \"actor\".\"id\" INNER JOIN \"actor\" AS \"Follows\" ON \"actorFollow\".\"actorId\" = \"Follows\".\"id\" WHERE \"actor\".\"id\" = ANY ($1) AND \"actorFollow\".\"state\" = 'accepted' AND \"Follows\".\"url\" IS NOT NULL LIMIT 1 OFFSET 0","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.843Z"}
{"sql":"Executing (default): SELECT COUNT(*) AS \"total\" FROM \"actor\" INNER JOIN \"actorFollow\" ON \"actorFollow\".\"targetActorId\" = \"actor\".\"id\" INNER JOIN \"actor\" AS \"Follows\" ON \"actorFollow\".\"actorId\" = \"Follows\".\"id\" WHERE \"actor\".\"id\" = ANY ($1) AND \"actorFollow\".\"state\" = 'accepted' AND \"Follows\".\"url\" IS NOT NULL LIMIT 1 OFFSET 0","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.844Z"}
{"level":"debug","message":"Running hook filter:activity-pub.activity.context.build.result of plugin peertube-plugin-livechat.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.849Z"}
{"tags":["http"],"level":"info","message":"45.43.14.223 - - [03/Feb/2025:11:31:21 +0000] \"GET /accounts/peertube/followers HTTP/1.0\" 200 266 \"-\" \"PeerTube/7.0.1 (+https://video.4d2.org)\"","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:21.852Z"}
{"level":"debug","message":"ActivityPub request for /accounts/peertube/following.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:22.010Z"}
{"level":"debug","message":"Checking GET - /accounts/peertube/following parameters","label":"peertube.cocamserverguild.com:443","body":{},"params":{"name":"peertube"},"query":{},"tags":[],"timestamp":"2025-02-03T11:31:22.012Z"}
{"level":"debug","message":"Model cache hit for server-account -> peertube.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:22.013Z"}
{"sql":"Executing (default): SELECT \"Follows\".\"url\" AS \"selectionUrl\" FROM \"actor\" INNER JOIN \"actorFollow\" ON \"actorFollow\".\"actorId\" = \"actor\".\"id\" INNER JOIN \"actor\" AS \"Follows\" ON \"actorFollow\".\"targetActorId\" = \"Follows\".\"id\" WHERE \"actor\".\"id\" = ANY ($1) AND \"actorFollow\".\"state\" = 'accepted' AND \"Follows\".\"url\" IS NOT NULL LIMIT 1 OFFSET 0","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:22.015Z"}
{"sql":"Executing (default): SELECT COUNT(*) AS \"total\" FROM \"actor\" INNER JOIN \"actorFollow\" ON \"actorFollow\".\"actorId\" = \"actor\".\"id\" INNER JOIN \"actor\" AS \"Follows\" ON \"actorFollow\".\"targetActorId\" = \"Follows\".\"id\" WHERE \"actor\".\"id\" = ANY ($1) AND \"actorFollow\".\"state\" = 'accepted' AND \"Follows\".\"url\" IS NOT NULL LIMIT 1 OFFSET 0","tags":["sql"],"level":"debug","message":"Executed SQL request","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:22.017Z"}
{"level":"debug","message":"Running hook filter:activity-pub.activity.context.build.result of plugin peertube-plugin-livechat.","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:22.018Z"}
{"tags":["http"],"level":"info","message":"45.43.14.223 - - [03/Feb/2025:11:31:22 +0000] \"GET /accounts/peertube/following HTTP/1.0\" 200 266 \"-\" \"PeerTube/7.0.1 (+https://video.4d2.org)\"","label":"peertube.cocamserverguild.com:443","timestamp":"2025-02-03T11:31:22.020Z"}

I just sent the part when I followed the remote server

Do you have logs from the followed server?

nope. I can ask the admins (to have the logs when I send my request) but I’m not sure if I will have the logs