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/51b05cd8fbb5d332807d8c00b2ffb7b10c3d0179/server/constants/user.ts
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
}
|