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/d96d65b8af7fbb3bb0f016962340919a0358ebd4/server/interfaces/api/common.ts
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
interface PageInfo {
|
|
pages: number;
|
|
page: number;
|
|
results: number;
|
|
pageSize: number;
|
|
}
|
|
|
|
export interface PaginatedResponse {
|
|
pageInfo: PageInfo;
|
|
}
|