Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/257c9ab2484cb1b0f4ad2416c22e4cb3ac7f47cf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
returnCreateResponse(CreateErrorXML(429,$"Indexer is disabled till {blockedIndexerStatus.DisabledTill.Value.ToLocalTime()} due to recent failures."),statusCode:StatusCodes.Status429TooManyRequests);
returnCreateResponse(CreateErrorXML(429,$"Indexer is disabled till {blockedIndexerStatusPre.DisabledTill.Value.ToLocalTime()} due to recent failures."),statusCode:StatusCodes.Status429TooManyRequests);
}
// TODO Optimize this so it's not called here and in ReleaseSearchService (for manual search)
returnCreateResponse(CreateErrorXML(429,$"Indexer is disabled till {blockedIndexerStatusPost.DisabledTill.Value.ToLocalTime()} due to recent failures."),statusCode:StatusCodes.Status429TooManyRequests);