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.
|
export enum UserType {
|
|
PLEX = 1,
|
|
LOCAL = 2,
|
|
}
|