Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/e1da3eee80c6db85743f07d0426fe32d3705c6e7?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
50 additions and
0 deletions
@ -273,6 +273,16 @@
"tags" : [
"tags" : [
"Application"
"Application"
] ,
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"requestBody" : {
"content" : {
"content" : {
"application/json" : {
"application/json" : {
@ -1202,6 +1212,16 @@
"tags" : [
"tags" : [
"DownloadClient"
"DownloadClient"
] ,
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"requestBody" : {
"content" : {
"content" : {
"application/json" : {
"application/json" : {
@ -1913,6 +1933,16 @@
"tags" : [
"tags" : [
"Indexer"
"Indexer"
] ,
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"requestBody" : {
"content" : {
"content" : {
"application/json" : {
"application/json" : {
@ -2174,6 +2204,16 @@
"tags" : [
"tags" : [
"IndexerProxy"
"IndexerProxy"
] ,
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"requestBody" : {
"content" : {
"content" : {
"application/json" : {
"application/json" : {
@ -3235,6 +3275,16 @@
"tags" : [
"tags" : [
"Notification"
"Notification"
] ,
] ,
"parameters" : [
{
"name" : "forceTest" ,
"in" : "query" ,
"schema" : {
"type" : "boolean" ,
"default" : false
}
}
] ,
"requestBody" : {
"requestBody" : {
"content" : {
"content" : {
"application/json" : {
"application/json" : {