Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/d4438c82e3753c9b29b6269ad406d263b3fcef4c/next-env.d.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/next-env.d.ts

7 lines
245 B

/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.