Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/2ad5d5d1736dccd3cbb6f3da6912c77056e969c6
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
14 additions and
3 deletions
@ -2507,14 +2507,25 @@
"regexCheck" : "[a-z0-9]{4,16}" ,
"url" : "https://www.dealabs.com/profile/{}" ,
"urlMain" : "https://www.dealabs.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
"username_claimed" : "blue"
} ,
"wykop.pl" : {
"errorType" : "status_code" ,
"regexCheck" : "[a-z0-9-_]{4,35}" ,
"url" : "https://www.wykop.pl/ludzie/{}" ,
"urlMain" : "https://wykop.pl" ,
"username_claimed" : "janusz-nowak" ,
"username_claimed" : "janusz-nowak"
} ,
"Holopin" : {
"errorMsg" : "true" ,
"errorType" : "message" ,
"url" : "https://holopin.io/@{}" ,
"urlMain" : "https://holopin.io" ,
"urlProbe" : "https://www.holopin.io/api/auth/username" ,
"request_method" : "POST" ,
"request_payload" : {
"username" : "{}"
} ,
"username_claimed" : "red"
}
}