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

20 lines
904 B

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$id$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<projectUrl>https://github.com/Exceptron/Exceptron.Net</projectUrl>
<iconUrl>https://www.exceptron.com/logos/Exceptron128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Exceptron.Client is a .NET wrapper for exceptron's REST API. exceptron help you report your application error to a central location for review, reporting and analytics.</description>
<language>en-US</language>
<copyright>Copyright © 2012</copyright>
<tags>Exception Logging Analytics Reporting Exceptron</tags>
</metadata>
<files>
<file src="NuGet\web.config.transform" target="content" />
</files>
</package>