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

Fixed: Error adding import list exclusions from discover

Fixes 
pull/6743/head
ta264 3 years ago
parent f1de24ccc8
commit 183d3d0872

@ -600,6 +600,7 @@ export const actionHandlers = handleThunks({
const promise = createAjaxRequest({
url: '/exclusions/bulk',
method: 'POST',
contentType: 'application/json',
data: JSON.stringify(exclusions)
}).request;

Loading…
Cancel
Save