There is a https network error on the home screen.
Hello. Using Swing Music v2.0.0.beta13.
But when I run it, I don't see anything on my home screen.
It's normal when I approach it with http, but when I approach it with https, I get an error and I don't see anything.
I installed it as a docker and I'm using it, can I find a solution?
++++ Error code++++
Mixed Content: The page at 'https://url/#/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://url/nothome/?limit=11'. This request has been blocked; the content must be served over HTTPS.
I put the code below the header in the screen source and now I can see it.
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
See #277