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/3d61719a2cc9c87ac3c92b5358bb5034aed4c2ff/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;
};
}