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

Fixed another bug with identity. I'm thinking about removing it. Causing more hassle than it's worth

pull/1488/head
tidusjar 8 years ago
parent 1647717915
commit 7645aff996

@ -194,7 +194,7 @@ namespace Ombi
app.UseIdentityServerAuthentication(new IdentityServerAuthenticationOptions
{
#if !DEBUG
Authority = $"http://{url.Value}:{port.Value}",
Authority = $"{url.Value}:{port.Value}",
#else
Authority = $"http://localhost:52038/",
#endif

Loading…
Cancel
Save