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/8942eb8b7c4fa1d16aa2e72e8ba7120a653c9aa2/.stoplight.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/.stoplight.json

10 lines
115 B

{
"formats": {
"openapi": {
"rootDir": ".",
"include": ["**"]
}
},
"exclude": ["docs"]
}