Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/blame/commit/55daad8db1b9c533a303fb6cc3596bfd877ba3be/tests/Recyclarr.IntegrationTests/Data/templates.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/tests/Recyclarr.IntegrationTests/Data/templates.json

19 lines
300 B

{
"radarr": [
{
"template": "radarr/hd-bluray-web.yml",
"id": "hd-bluray-web"
},
{
"template": "radarr/uhd-bluray-web.yml",
"id": "uhd-bluray-web"
}
],
"sonarr": [
{
"template": "sonarr/web-1080p-v4.yml",
"id": "web-1080p-v4"
}
]
}