I recently install Mangane on my Akkoma instance (previously using pleroma-fe). I've enabled unauthenticated viewing of profiles and single-user instance in the Mangane settings. I've noticed that when I access it while unauthenticated (in a private window, for example) this invalid credentials error pops up:
Looking at the network access tab in debug tools shows it's because it's accessing an endorsements API that seems to throw a 403 error when called while unauthenticated:
I'm not sure if it's because of some other configuration I have somewhere--I can't find any mention of endorsements in the admin-fe frontend.
I recently install Mangane on my Akkoma instance (previously using pleroma-fe). I've enabled unauthenticated viewing of profiles and single-user instance in the Mangane settings. I've noticed that when I access it while unauthenticated (in a private window, for example) this invalid credentials error pops up:
Looking at the network access tab in debug tools shows it's because it's accessing an
endorsements
API that seems to throw a 403 error when called while unauthenticated:I'm not sure if it's because of some other configuration I have somewhere--I can't find any mention of endorsements in the admin-fe frontend.