We switched from a Windows virtual machine on-premice CMS to a cloud Linux CMS, which hosts our other services.
Docker-compose up goes without an issue, the only change from defaults is the port - 81:80, which is proxied by nginx to our domain and ports 80 and 443 for SSL and the domainname for cms-web. As for the XMR it is on the standard port 9505, which is open in ufw (allow tcp 9505).
I can access the CMS, and I have registered the display - upon entering the code, it wanted to connect to CMS on localhost:81, but I manually changed it to our domain. And it is accessible and the player is seen in the CMS. But the player doesn’t download resources - it doesn’t show any errors, nor is there anything in the log, it just keeps on downloading.
What can I do to check if XMR works properly or to make the display download resources? Even though on status it shows it is up to date, but “missing dependencies”.