Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/0b36a83cc48f91458388b372daba9fee396399ac?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
5 deletions
@ -11,7 +11,8 @@ variables:
minorVersion : $[counter('minorVersion', 2000)]
radarrVersion : '$(majorVersion).$(minorVersion)'
buildName : '$(Build.SourceBranchName).$(radarrVersion)'
sentryOrg : 'radarr'
sentryOrg : 'servarr'
sentryUrl : 'https://sentry.servarr.com'
dotnetVersion : '3.1.201'
trigger:
@ -277,9 +278,9 @@ stages:
continueOnError : true
condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/aphrodite'))
env:
SENTRY_AUTH_TOKEN : $(sentryAuthTokenSe lfHosted )
SENTRY_AUTH_TOKEN : $(sentryAuthTokenSe rvarr )
SENTRY_ORG : $(sentryOrg)
SENTRY_URL : https://sentry.radarr.video
SENTRY_URL : $(sentryUrl)
- stage : Unit_Test
displayName : Unit Tests
@ -80,8 +80,8 @@ export default function createSentryMiddleware() {
return ;
}
const dsn = isProduction ? 'https:// f4833ba136384acfafc92ddfd1c7bbc9@sentry.radarr.video/4 ' :
'https:// 019aef70678c484da8a43fe218690300@sentry.radarr.video/7 ';
const dsn = isProduction ? 'https:// b0fb75c38ef4487dbf742f79c4ba62d2@sentry.servarr.com/12 ' :
'https:// da610619280249f891ec3ee306906793@sentry.servarr.com/13 ';
sentry . init ( {
dsn ,