Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/2f9a9bcee3ae17f7a36b5d6a66cf96eec4076d82/docs/json/radarr/cf/20-stereo.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "89dac1be53d5268a7e10a19d3c896826" ,
"name" : "2.0 Stereo" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Stereo" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "(?<!repac)[^0-9]2[ .]0\\b|\\bStereo\\b"
}
} ,
{
"name" : "Not 3.0ch" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "[^0-9]3[ .]0\\b"
}
} ,
{
"name" : "Not 4.0ch" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "[^0-9]4[ .]0\\b"
}
} ,
{
"name" : "Not High Channel Count" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "[^0-9][5-9][ .][0-1]\\b"
}
} ,
{
"name" : "Not Mono" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "[^0-9]1[ .]0\\b|\\bMono\\b|\\[PCM \\]"
}
}
]
}