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

Update Sentry DSN

pull/1794/head v1.7.4.3769
Qstick 2 years ago committed by GitHub
parent e0b30d34b1
commit 4528d03931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ namespace NzbDrone.Common.Instrumentation
else
{
dsn = RuntimeInfo.IsProduction
? "https://d62a0313c35f4afc932b4a20e1072793@sentry.servarr.com/27"
? "https://a1fa00bd1d60465ebd9aca58c5a22d00@sentry.servarr.com/27"
: "https://e38306161ff945999adf774a16e933c3@sentry.servarr.com/30";
}

Loading…
Cancel
Save