Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/3de4130a89bb47216f4ff22139ff010bcb6663eb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
8 additions and
8 deletions
@ -10,7 +10,7 @@
"license" : "ISC" ,
"dependencies" : {
"@tycrek/ass-storage-engine" : "0.2.6" ,
"@tycrek/log" : " ^0.4.2-2 ",
"@tycrek/log" : " >=0.5.x ",
"any-shell-escape" : "^0.1.1" ,
"aws-sdk" : "^2.930.0" ,
"check-node-version" : "^4.1.0" ,
@ -592,9 +592,9 @@
}
} ,
"node_modules/@tycrek/log" : {
"version" : "0. 4.2-2 ",
"resolved" : "https://registry.npmjs.org/@tycrek/log/-/log-0. 4.2-2 .tgz",
"integrity" : "sha512- mbc+kcNJVRZCkJY+gIHTbjATRPTjKsjExy1ZVTiH7HHa65RqRCiOvcjHARzRXSxrvQio8Gaa6psJ/E8R9o2ts Q==",
"version" : "0. 5.0 ",
"resolved" : "https://registry.npmjs.org/@tycrek/log/-/log-0. 5.0 .tgz",
"integrity" : "sha512- ngLt5MbFJk0IA1nq1X7wKkSR9Vh1A3PJUeqCLQKfGArM2DmwpOqgnHdltUqMJjpkrf9EoRB1Ws7LgOAf/cqat Q==",
"dependencies" : {
"chalk" : "^4.1.1" ,
"deepmerge" : "^4.2.2" ,
@ -3847,9 +3847,9 @@
}
} ,
"@tycrek/log" : {
"version" : "0. 4.2-2 ",
"resolved" : "https://registry.npmjs.org/@tycrek/log/-/log-0. 4.2-2 .tgz",
"integrity" : "sha512- mbc+kcNJVRZCkJY+gIHTbjATRPTjKsjExy1ZVTiH7HHa65RqRCiOvcjHARzRXSxrvQio8Gaa6psJ/E8R9o2ts Q==",
"version" : "0. 5.0 ",
"resolved" : "https://registry.npmjs.org/@tycrek/log/-/log-0. 5.0 .tgz",
"integrity" : "sha512- ngLt5MbFJk0IA1nq1X7wKkSR9Vh1A3PJUeqCLQKfGArM2DmwpOqgnHdltUqMJjpkrf9EoRB1Ws7LgOAf/cqat Q==",
"requires" : {
"chalk" : "^4.1.1" ,
"deepmerge" : "^4.2.2" ,
@ -36,7 +36,7 @@
} ,
"dependencies" : {
"@tycrek/ass-storage-engine" : "0.2.6" ,
"@tycrek/log" : " ^0.4.2-2 ",
"@tycrek/log" : " >=0.5.x ",
"any-shell-escape" : "^0.1.1" ,
"aws-sdk" : "^2.930.0" ,
"check-node-version" : "^4.1.0" ,