Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/e1dc62b0a5b64202701aff821837ed11dd3f12db
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
21 additions and
10 deletions
Width:
|
Height:
|
Size: 2.1 KiB
Width:
|
Height:
|
Size: 2.1 KiB
Width:
|
Height:
|
Size: 2.4 KiB
Width:
|
Height:
|
Size: 1.5 KiB
@ -4,25 +4,25 @@
"start_url": "./",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": ". /android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/android-chrome-192x192_maskable.png",
"src": ". /android-chrome-192x192_maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-512x512.png",
"src": ". /android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/android-chrome-512x512_maskable.png",
"src": ". /android-chrome-512x512_maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
@ -32,12 +32,23 @@
"background_color": "#1f2937",
"display": "standalone",
"shortcuts": [
{
"name": "Discover",
"url": "./",
"icons": [
{
"src": "./sparkles-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
},
{
"name": "Requests",
"url": "/requests",
"url": ". /requests",
"icons": [
{
"src": "/clock-icon-192x192.png",
"src": ". /clock-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
@ -45,10 +56,10 @@
},
{
"name": "Profile",
"url": "/profile",
"url": ". /profile",
"icons": [
{
"src": "/users -icon-192x192.png",
"src": ". /user-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
@ -56,10 +67,10 @@
},
{
"name": "Settings",
"url": "/profile/settings",
"url": ". /profile/settings",
"icons": [
{
"src": "/cog-icon-192x192.png",
"src": ". /cog-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
Width:
|
Height:
|
Size: 1.4 KiB
Width:
|
Height:
|
Size: 1.2 KiB
Width:
|
Height:
|
Size: 2.3 KiB