After #20 has been merged, on some browser (such as Firefox), login on the WebGui is not successful and an "Unauthorized" message is presented.
This affects only the User interface, since internal services like Radarr/Sonarr/Prowlarr can authenticate towards qBitTorrent with no issue at all.
Steps to reproduce
Install the helm release with the most recent version (as per #22), provide custom credentials into the yaml file for torrent.username and torrent.password fields.
Open the WebGui using the provided FQDN in the values and fill out the username and password textbox.
Then try to login.
Expected behavior
Authentication on qBitTorrent WebGUI should work seamlessly using the credentials provided in the values.yaml file.
Servarr Helm Chart version
1.0.0 (Pre Release)
Relevant log output
No logs to show (from pod logs nothing wrong appears)
Description
After #20 has been merged, on some browser (such as Firefox), login on the WebGui is not successful and an "
Unauthorized
" message is presented. This affects only the User interface, since internal services like Radarr/Sonarr/Prowlarr can authenticate towards qBitTorrent with no issue at all.Steps to reproduce
Install the helm release with the most recent version (as per #22), provide custom credentials into the yaml file for
torrent.username
andtorrent.password
fields. Open the WebGui using the provided FQDN in the values and fill out the username and password textbox. Then try to login.Expected behavior
Authentication on qBitTorrent WebGUI should work seamlessly using the credentials provided in the values.yaml file.
Servarr Helm Chart version
1.0.0 (Pre Release)
Relevant log output
Chart values
Code of Conduct