Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/64176b8d265428a39ee26621f75526f834941e1f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
[FieldDefinition(1, Label = "Trakt List Type", Type = FieldType.Select, SelectOptions = typeof(TraktListType), HelpText = "Trakt list type, custom or watchlist")]
publicintListType{get;set;}
[FieldDefinition(2, Label = "Trakt Username", HelpText = "Trakt Username the list belongs to.")]
[FieldDefinition(2, Label = "Trakt Username", HelpText = "Required for User List")]
publicstringUsername{get;set;}
[FieldDefinition(3, Label = "Trakt List Name", HelpText = "Required for Custom List")]