Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/5bfe91613cf04224db215402da12b11a30a2c6fb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
14 deletions
@ -48,8 +48,7 @@
"@types/ffmpeg-static" : "^3.0.2" ,
"@types/fs-extra" : "^11.0.3" ,
"@types/luxon" : "^3.3.3" ,
"@types/node" : "^20.8.9" ,
"@types/tailwindcss" : "^3.1.0"
"@types/node" : "^20.8.9"
} ,
"engines" : {
"node" : "^20" ,
@ -2635,16 +2634,6 @@
"@types/node" : "*"
}
} ,
"node_modules/@types/tailwindcss" : {
"version" : "3.1.0" ,
"resolved" : "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.1.0.tgz" ,
"integrity" : "sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==" ,
"deprecated" : "This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed." ,
"dev" : true ,
"dependencies" : {
"tailwindcss" : "*"
}
} ,
"node_modules/@types/trusted-types" : {
"version" : "2.0.5" ,
"resolved" : "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.5.tgz" ,
@ -68,7 +68,6 @@
"@types/ffmpeg-static" : "^3.0.2" ,
"@types/fs-extra" : "^11.0.3" ,
"@types/luxon" : "^3.3.3" ,
"@types/node" : "^20.8.9" ,
"@types/tailwindcss" : "^3.1.0"
"@types/node" : "^20.8.9"
}
}