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

Bump version to 0.3.0

pull/941/head
Qstick 3 years ago committed by GitHub
parent ca0de18413
commit 3b7bafb78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ variables:
outputFolder: './_output'
artifactsFolder: './_artifacts'
testsFolder: './_tests'
majorVersion: '0.2.0'
majorVersion: '0.3.0'
minorVersion: $[counter('minorVersion', 1)]
prowlarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'

Loading…
Cancel
Save