Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/5dabec5cc8bbed0cf71a587fbae4c12619feb208 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Links to Sonarr now uses auth cookie

(cherry picked from commit a47cb2390eb5151ed19388def46b0bb165d27647)
pull/6161/head
Mark McDowall 4 years ago committed by Qstick
parent fc61687e82
commit 5dabec5cc8

@ -32,7 +32,7 @@ namespace Radarr.Http.Authentication
public override string ToString()
{
return base.ToString() + "; SameSite=Strict";
return base.ToString() + "; SameSite=Lax";
}
}
}

Loading…
Cancel
Save