We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Well, the Download Manager page is broken.
The console says this: and
Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
I use a reverse-proxy (you've logged into it before) that uses https. Is this related to it perhaps?
To Reproduce Steps to reproduce the behavior:
Expected behavior It just working.
Environment (please complete the following information):
Docker (if you are running Mango in a Docker container)
sudo docker run \ -d \ --name=mango \ -e PUID=1024 \ -e PGID=100 \ -p 9000:9000/tcp \ -v /volume1/docker/Mango/config:/root/.config/mango \ -v /volume4/Plex4/Mango:/root/mango \ --restart always \ hkalexling/mango:v0.18.2
Additional context Screenshots added to bug description.
The text was updated successfully, but these errors were encountered:
Oh, you are right 🤦 Only the secure WebSocket (wss://) is allowed under HTTPS. I will push a bug fix release soon.
wss://
Sorry, something went wrong.
Try WSS first, and fallback to WS (#144)
a4c6e66
This is now fixed in v0.18.3. Thanks a lot for the bug report!
Perfect, it all works now!
Thank you for the swift fix.
No branches or pull requests
Describe the bug
Well, the Download Manager page is broken.
The console says this:
and
I use a reverse-proxy (you've logged into it before) that uses https. Is this related to it perhaps?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It just working.
Environment (please complete the following information):
Docker (if you are running Mango in a Docker container)
Additional context
Screenshots added to bug description.
The text was updated successfully, but these errors were encountered: