Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/badc2567c39b92b8f235063850c7a79c7be2544c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
50 additions and
0 deletions
@ -2628,6 +2628,16 @@
"tags" : [
"DownloadClient"
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -3578,6 +3588,16 @@
"tags" : [
"ImportList"
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -4055,6 +4075,16 @@
"tags" : [
"Indexer"
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -4960,6 +4990,16 @@
"tags" : [
"Metadata"
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {
@ -5865,6 +5905,16 @@
"tags" : [
"Notification"
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"content" : {
"application/json" : {