Closed Coding-Kiwi closed 8 months ago
Hello @Coding-Kiwi
Sorry about the v1.4.8
poetry issue, can you confirm whether it's related to issue https://github.com/swing-opensource/swingmusic/issues/191?
I noticed this issue on reverse proxy but I haven't figured out what's the problem. This issue will be investigated.
Thanks for reporting.
Getting the same mixed content warning too, not using docker if that helps, just the binary.
Hi guys
I found out that the browser automatically redirects /settings
route for some reason. When I change the route to /notsettings
it doesn't redirect ...
I run swingmusic as docker container behind a nginx proxy manager instance for https
The client makes a request to
https://<instance>/settings
which results in a redirect tohttp://<instance>/settings/
notice the extra slash and its now http instead of httpsThis results in a
/#/settings/general:1 Mixed Content: The page at 'https://<instance>/#/settings/general' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://<instance>/settings/'. This request has been blocked; the content must be served over HTTPS.
errorthe app worked great but then I upgraded to 1.4.8 this failed because of poetry, so I tried out 1.4.7
Is there a way to tell the instance the correct app baseurl or that it is running behind a https proxy?