Organizr: Issues with qBittorrent in Organizr

Created on 20 Feb 2020  路  6Comments  路  Source: causefx/Organizr

Organizr Version: V 4.21
Branch: Master
WebServer: Nginx
Operating System: Windows 10

Problem Description:

I have Qbitorrent v4.21 installed with nginx for reverse proxy on my Windows 10 machine. When I add a tab to Organizr for Qbittorrent the page loads but I get the attached partially loaded qBittorrent Web UI screen.
qBittorrent

All other apps are reachable from outside the network (sonarr, radarr, organizr etc), Qbitorrent is the only one having this issue.

I have the following location block set in my config file:

location /qbt/ {
            proxy_hide_header  Referer;
            proxy_hide_header  Origin;
            proxy_set_header   Referer           '';
            proxy_set_header   Origin            '';
            add_header X-Frame-Options "SAMEORIGIN";
            rewrite /qbt/(.*) /$1 break;
            proxy_pass http://127.0.0.1:8090;
        }

Any suggestions on how to resolve this?


Errors on screen? If so paste here:


Most helpful comment

I've turned it off and it is now working!

Thank you @Roxedus , you are a star!

All 6 comments

What about the browser console? any errors there?

I'm using Chrome @Roxedus . How do I check the console?

Press f12, or right click>inspect element, and go to the console tab in the new window/sidebar

Thank you.

I can see the following error:

Refused to load the script 'https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.

30Refused to load the font '' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'font-src' was not explicitly set, so 'default-src' is used as a fallback.

The page loads fine on localhost.

Any ideas what this issue would be?

We usually dont recommend leaving the rocket loader setting in cloudflare as on, due to issues like this.

I've turned it off and it is now working!

Thank you @Roxedus , you are a star!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bbviking picture bbviking  路  3Comments

jaydee99 picture jaydee99  路  6Comments

silentArtifact picture silentArtifact  路  3Comments

deandmx picture deandmx  路  5Comments

fana13 picture fana13  路  3Comments