I have installed QMono (Qmono_4.8.1.0_x86_64.qpkg) and QSonarr (QSonarr_2.0.0.5054.qpkg) but every time I try to launch QSonarr (http://ipaddress:8989)I am taken back to the QTS login page on port 444. The config.xml file seems to look OK to me:
<Config>
<LogLevel>Info</LogLevel>
<Port>8989</Port>
<UrlBase></UrlBase>
<BindAddress>*</BindAddress>
<SslPort>9898</SslPort>
<EnableSsl>False</EnableSsl>
<ApiKey>removed</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<Branch>master</Branch>
</Config>
I honestly don’t even know where to begin to troubleshoot. Any advice?
TIA