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/f2b9125acd3c740b8ce80fc89f842f88a75bd9de/public/site.webmanifest You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/public/site.webmanifest

21 lines
399 B

{
"name": "Overseerr",
"short_name": "Overseerr",
"start_url": "./",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#2d3748",
"background_color": "#2d3748",
"display": "standalone"
}