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/482cbc20a32b5d724bb067b91e57d51136c3062a/NzbDrone.Common/Messaging/IMessage.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/NzbDrone.Common/Messaging/IMessage.cs

6 lines
81 B

namespace NzbDrone.Common.Messaging
{
public interface IMessage
{
}
}