Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/f50556d4d5ad84812fc1ee14af2d1f4d01bf9c07 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)

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
pull/2176/head
servarr[bot] 4 years ago committed by GitHub
parent 20dd1e1352
commit f50556d4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save