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/b0d1be7276b50ce8a9847e73cce1139b0f23c30a/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,
}