Hi guys,
I recently set up Homarr and linked all my docker containers to it. Everything works well and opens correctly except for qBittorrent. But then if I click on the address bar and click enter it works.
What’s happening here?
You must log in or register to comment.
Homarr, it is me, Bort.
qBitTorrent docker container linked with homepage with no issues…
Settings -> WebUI
Uncheck cross site request forgery
I forget what it actually does but it provides some sort of protection, idk.
Homarr is likely sending extra information in the request which is triggering qbittorents CSRF protection.
Disable CSRF protection. Uncheck this option under “Web UI” in qBittorrent options:
Enable Cross-Site Request Forgery (CSRF) protection
Done!
Thanks everyone