Hi all. I have fixed about 25 different issues with fedia.io in the past 24 hours. There are a few lingering issues like missing images, but I’m working on those. Please let me know if you are continuing to see problems or see new problems so I can work with the most excellent mbin team to get them resolved.

As always, thanks for your patience.

  • e569668@fedia.io
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    11 months ago

    this might be https://github.com/MbinOrg/mbin/issues/35

    it was fixed in the docs but requires manual change by instance owners that were affected, which this instance appears to be. tl;dr the docs recommended the nginx config add_header Referrer-Policy "no-referrer" always; which broke the style of redirects that were being used, it’s now been changed to recommend add_header Referrer-Policy "same-origin" always;

    more info here

    edit: I promise I can read… Your description is slightly different, so it might not be this, but still worth trying it out to see if it helps