Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/blame/commit/49dad530169e41478f38dbe5b4c966b00cccfd86/server/constants/user.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/server/constants/user.ts

5 lines
50 B

export enum UserType {
PLEX = 1,
LOCAL = 2,
}