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

12 lines
177 B

declare module '*.module.css';
interface Window {
Lidarr: {
apiKey: string;
instanceName: string;
theme: string;
urlBase: string;
version: string;
};
}