-
Hi All,
I try to install a new ghost app and i find this error in the logs : => Healtheck error got response status 502
Sep 11 19:21:10 172.18.0.1 - - [11/Sep/2025:18:21:10 +0000] "GET / HTTP/1.1" 502 166 "-" "Mozilla (CloudronHealth)" [11/Sep/2025:18:23:32 +0000] "GET /.ghost/activitypub/v1/site HTTP/1.1" 200 131 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" Sep 11 19:23:32 [2025-09-11 18:23:32] INFO Checking ActivityPub Webhook state Sep 11 19:23:32 [2025-09-11 18:23:32] WARN Expected 4 webhooks for ActivityPub Sep 11 19:23:32 [2025-09-11 18:23:32] INFO ActivityPub webhooks in incorrect state, deleting all of them and starting fresh Sep 11 19:23:32 172.18.0.1 - - [11/Sep/2025:18:23:32 +0000] "GET /.ghost/activitypub/users/index HTTP/1.1" 200 2592 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:32 172.18.0.1 - - [11/Sep/2025:18:23:32 +0000] "GET /.ghost/activitypub/users/index HTTP/1.1" 200 2592 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:32 172.18.0.1 - - [11/Sep/2025:18:23:32 +0000] "GET /.well-known/webfinger?resource=acct:index@testghost.raude-leroy.com HTTP/1.1" 200 355 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:34 172.18.0.1 - - [11/Sep/2025:18:23:34 +0000] "GET /.ghost/activitypub/outbox/index HTTP/1.1" 200 763 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:34 172.18.0.1 - - [11/Sep/2025:18:23:34 +0000] "GET /.ghost/activitypub/following/index HTTP/1.1" 200 742 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:35 172.18.0.1 - - [11/Sep/2025:18:23:35 +0000] "GET /.ghost/activitypub/followers/index HTTP/1.1" 200 654 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:35 172.18.0.1 - - [11/Sep/2025:18:23:35 +0000] "POST /.ghost/activitypub/inbox/index HTTP/1.1" 202 21 "-" "Mastodon/4.5.0-nightly.2025-09-03 (http.rb/5.3.1; +https://mastodon.social/)" Sep 11 19:23:35 172.18.0.1 - - [11/Sep/2025:18:23:35 +0000] "GET /.ghost/activitypub/users/index HTTP/1.1" 200 2592 "-" "Fedify/1.7.9 (Node.js/22.18.0)" Sep 11 19:24:08 172.18.0.1 - - [11/Sep/2025:18:24:08 +0000] "GET /favicon.ico HTTP/1.1" 200 15406 "-" "Mozilla/5.0 Safari/537.36"
Any idea on how to make it work ?
-
J james marked this topic as a regular topic
-
J james moved this topic from Support
-
yes, i found a way to make it work by taking off the 2auth verification with "security": {
"staffDeviceVerification": false
} so i could acces the back office and fix it all.in the mean time i noticed that the Activitypub network is now working
well done guys @girish and all the team - i was wondering, if you could explain a bit how it works. Is it an independant activitypub server that is setup per ghost app ? Does it take more storage ?