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/5247f14968c1f5a1a2efdc26f850cf81c0c04f0e/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,
}