When I click ‘federate’ button a null is returned page for all urls and sometimes duplicated divs as header or sidebar
2 Likes
I see this error on your site (from the screenshots), but I don’t think it is related to the activity pub plugin, it look like it is related to a script called Clarity. I see an error in the JS console from the clarity javascript file:
TypeError: undefined is not an object (evaluating 'a[c].q.unshift')
Can you disable that script temporarily and see if you can still reproduce this issue?
2 Likes
Okay Done!
Let me ask something, if I block certains parts of /admin with CF Rules, activitypub can be affected?
1 Like
Ah, thanks, should be fixed via FIX: Broken followers list for anonymous users by pmusaraj · Pull Request #145 · discourse/discourse-activity-pub · GitHub
Yes, for admin users. Normal AP sync shouldn’t be affected, those routes don’t go through the admin router.
2 Likes