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

Fixed: Re-DSN after log fix

pull/2/head
Qstick 6 years ago
parent ab7083d263
commit 86dde88fe6

@ -82,7 +82,7 @@ namespace NzbDrone.Common.Instrumentation
else
{
dsn = RuntimeInfo.IsProduction
? "https://fd45b801b1af445f919dbca8ca0ead89@sentry.io/1485284"
? "https://ef61083de8e54a8cb81b63fee479c4ee@sentry.io/1485284"
: "https://e4e7bfd3cc0e45a4814613a096c79cc3@sentry.io/1523529";
}

Loading…
Cancel
Save