Sonarr v4 is currently in beta, and as such errors and issues are to be expected. Please use our support channels to ask questions, report issues or provide feedback with the v4 beta. If necessary you may be asked to open an issue on Github, if you're asked to open an issue on Github. Please provide a link to the original discussion along with all other requested information.
<AuthenticationMethod>External</AuthenticationMethod>
in the config file, and restarting the app. Note that multiple AuthenticationMethod
entries in the file are not supported and only the topmost will be usedDisabled For Local Addresses
<AuthenticationType>DisabledForLocalAddresses</AuthenticationType>
{
"name": "Reject Non English",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Non English",
"implementation": "LanguageSpecification",
"negate": true,
"required": false,
"fields": {
"value": 1
}
}
]
}
Due to changes in the backend of Sonarr (migration from mono to donnet) your Nginx conf file will need changing. Replace this line:
proxy_set_header Host $proxy_host;
with this line:
proxy_set_header Host $host;