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

no log: expose vite web server on other IP than localhost

pull/1783/head
morpheus65535 3 years ago
parent 55399380ad
commit 3fe58ef673

@ -53,6 +53,7 @@ export default defineConfig(async ({ mode, command }) => {
ws,
},
},
host: true,
},
};
});

Loading…
Cancel
Save