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

Fixed the TV Requests issue

pull/1488/head
Jamie.Rees 8 years ago
parent 386f856ea7
commit 1a7f81b16c

@ -67,7 +67,8 @@ namespace Ombi
{
// Add framework services.
services.AddMemoryCache();
services.AddMvc();
services.AddMvc()
.AddJsonOptions(x => x.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore);
services.AddOmbiMappingProfile();
services.AddAutoMapper(expression =>
{

Loading…
Cancel
Save