Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/cf171c7b7292adebb2f14cc3e8fde447f424c499 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from sherlock-project/fix-fp

closes 
pull/1445/head^2
Siddharth Dushantha 2 years ago committed by GitHub
commit cf171c7b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1913,7 +1913,7 @@
"Telegram": {
"errorMsg": "<meta property=\"og:description\" content=\"\">",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{5,32}$",
"regexCheck": "^[a-zA-Z0-9_]{5,32}[^_]$",
"url": "https://t.me/{}",
"urlMain": "https://t.me/",
"username_claimed": "roopeshvs"

Loading…
Cancel
Save