Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/d7ca33ff048fbf6fd58c1038706cec49fc0f8732 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: UI notifications when using a reverse proxy

pull/4/head
Mark McDowall 11 years ago
parent 0e5b100733
commit d7ca33ff04

@ -39,7 +39,7 @@ define(
console.log(options.action + ': {0}}'.format(options.resource));
};
collection.listenTo(vent, 'server:' + collection.url.replace('/api/', ''), processMessage);
collection.listenTo(vent, 'server:' + collection.url.split('/api/')[1], processMessage);
return this;
},

Loading…
Cancel
Save