Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/a282ad78099ee6d6afa91dd3bb976497b8ff9c6c
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")]