I posted this issue on YouTube but maybe it's better served here.....
But I'm having an issue with radarr and sonarr not sending data back to the host once connected, i.e. saving settings or trying to download new media on the domain does nothing on the host side. I did manage to get sonarr working by adding
location /sonarr/api {
proxy_pass http://10.20.30.40:8989/sonarr/api;
}
I tried adding that to radarr but it doesn't do anything. I have other dockers that run with no problems (overseerrr, SABnzbd, nextcloud, etc.).
Anyone's help would be greatly appreciated!