Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/fe31476e4776f3103574ed4b5c3bd251e8903f4e/Exceptron.Client/NuGet/web.config.transform You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/Exceptron.Client/NuGet/web.config.transform

7 lines
321 B

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="exceptron" type="Exceptron.Client.Configuration.ExceptronConfiguration,Exceptron.Client" />
</configSections>
<exceptron apiKey="YOUR_EXCEPTRON_API_KEY" throwExceptions="true" includeMachineName="true"/>
</configuration>