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

Forgot to uncomment

pull/1425/head
Jamie.Rees 8 years ago
parent 5fa9ea74f6
commit 39cac898c6

@ -15,4 +15,4 @@ $config = Get-Content $configPath -raw
$config = $config.Replace("{{ENVIRONMENT}}",$env);
$config | Write-Output
#Set-Content -Path $configPath -Value $config
Set-Content -Path $configPath -Value $config
Loading…
Cancel
Save