Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/bf9a0b62f2295c843db02f582f84434c87383a78?style=unified&whitespace=ignore-change 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/9416/head
Mark McDowall 1 year ago committed by Bogdan
parent ccc62f0450
commit bf9a0b62f2

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

Loading…
Cancel
Save