I spent way too much time to get ampache in Nextcloud Music working, to stream music to my phone. Every app I tried said "can't connect to server".
After hours I found the issue, in the nginx config. I needed to add this hacky looking line:
rewrite ^/(?!index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|ocs-provider\/.+|.+\/richdocumentscode(_arm64)?\/proxy) /index.php$request_uri;
Now it works. Sigh.
https://docs.nextcloud.com/server/stable/admin_manual/installation/nginx.html#nextcloud-in-the-webroot-of-nginx
#nextcloud #nextcloudMusic #ampache #nginx




