CasaOS-AppStore
CasaOS-AppStore copied to clipboard
[Bug] qbittorrent Unauthorized after changing the initial password
Describe the bug
After changing the initial password, attempting to access the webpage again may result in an "Unauthorized" message.
To Reproduce Steps to reproduce the behavior:
- install qbittorrent from appstore
- changing the initial password
- close qbittorrent webui
- click qbittorrent icon again
Additional context The solution is simply to append "/" after the port in the webpage address. However, since the path in the casaos configuration includes "/", when actually clicking on it, the browser does not navigate to ip:port /, but only to ip:port.
ya it works but how to fix it without appending every time
I can't even login (for the first time) after the install. It does not help with this trailing / at the end.
Also encountering this issue, the / append worked nominally but this really should be resolved
Can one of you nerds hurry up and fix this. xoxo
I just added WebUI\CSRFProtection=false
in Preferences section of /DATA/AppData/qbittorrent/config/config/qBittorrent.conf
file, works fine
should be related to https://github.com/qbittorrent/qBittorrent/issues/17598
I just added
WebUI\CSRFProtection=false
in Preferences section of/DATA/AppData/qbittorrent/config/config/qBittorrent.conf
file, works fine
Thank you, finally fixed.
here is the answers https://github.com/IceWhaleTech/CasaOS/issues/1748