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