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

12 lines
179 B

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