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

Fix Linktree F+

Linktree only permits usernames with the given regex and 404s otherwise
pull/2107/head
Paul Pfeister 12 months ago
parent 82d7e9ce43
commit de21308219

@ -1297,6 +1297,7 @@
"username_claimed": "paulpfeister"
},
"Linktree": {
"regexCheck": "^[\\w\\.]{2,30}$",
"errorMsg": "\"statusCode\":404",
"errorType": "message",
"url": "https://linktr.ee/{}",

Loading…
Cancel
Save