Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/dc19ce4d3833208467ed6b43faf5d3ce040553c2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
7 deletions
@ -670,9 +670,9 @@
"maxPlayers" : "Jugadores máximos" ,
"bots" : "Bots" ,
"ping" : "Ping" ,
"status" : " Status ",
"online" : " Online ",
"offline" : " Offline "
"status" : " Estado ",
"online" : " En línea ",
"offline" : " Sin conexión "
} ,
"azuredevops" : {
"result" : "Resultado" ,
@ -670,9 +670,9 @@
"maxPlayers" : "Joueurs max" ,
"bots" : "Bots" ,
"ping" : "Ping" ,
"status" : "Statu s ",
"online" : " Onli ne",
"offline" : " Offli ne"
"status" : "Statu t ",
"online" : " En lig ne",
"offline" : " Hors lig ne"
} ,
"azuredevops" : {
"result" : "Résultat" ,
@ -31,7 +31,7 @@ export default function Component({ service }) {
const printingStateFalgs = [ "Printing" , "Paused" , "Pausing" , "Resuming" ] ;
if ( printingStateFalgs . includes ( state ) ) {
const { completion } = jobStats . progress ;
const { completion } = jobStats ? . progress ? ? undefined ;
if ( ! jobStats || ! completion ) {
return (