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/733ebe3cfa553a5777b7fd01666c15ecb64e20a2/packages/EntityFramework.4.3.0/Content/App.config.transform You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/packages/EntityFramework.4.3.0/Content/App.config.transform

7 lines
400 B

<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
</configuration>