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

Rename 'ReturnUrl' to 'returnUrl' for forms auth redirection

(cherry picked from commit 812712e2843a738054c065a6d5c1b7c81c5f8e7b)
pull/3067/head
Mark McDowall 1 year ago committed by Bogdan
parent 5196ce311b
commit 68a4ee6000

@ -34,6 +34,7 @@ namespace Readarr.Http.Authentication
options.LoginPath = "/login";
options.ExpireTimeSpan = TimeSpan.FromDays(7);
options.SlidingExpiration = true;
options.ReturnUrlParameter = "returnUrl";
})
.AddApiKey("API", options =>
{

Loading…
Cancel
Save