Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/681789c2ef3f76db6d8a8320cc6cbb02d15c926f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
16 additions and
8 deletions
@ -30,7 +30,7 @@
"jimp" : "^0.16.1" ,
"luxon" : "^2.0.2" ,
"marked" : "^3.0.7" ,
"node-fetch" : "^2.6. 5 ",
"node-fetch" : "^2.6. 7 ",
"node-vibrant" : "^3.1.6" ,
"prompt" : "^1.2.0" ,
"pug" : "^3.0.2" ,
@ -2543,14 +2543,22 @@
"integrity" : "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
} ,
"node_modules/node-fetch" : {
"version" : "2.6. 5 ",
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6. 5 .tgz",
"integrity" : "sha512- mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOp Q==",
"version" : "2.6. 7 ",
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6. 7 .tgz",
"integrity" : "sha512- ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdb Q==",
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/node-vibrant" : {
@ -5967,9 +5975,9 @@
"integrity" : "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
} ,
"node-fetch" : {
"version" : "2.6. 5 ",
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6. 5 .tgz",
"integrity" : "sha512- mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOp Q==",
"version" : "2.6. 7 ",
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6. 7 .tgz",
"integrity" : "sha512- ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdb Q==",
"requires" : {
"whatwg-url" : "^5.0.0"
}
@ -58,7 +58,7 @@
"jimp" : "^0.16.1" ,
"luxon" : "^2.0.2" ,
"marked" : "^3.0.7" ,
"node-fetch" : "^2.6. 5 ",
"node-fetch" : "^2.6. 7 ",
"node-vibrant" : "^3.1.6" ,
"prompt" : "^1.2.0" ,
"pug" : "^3.0.2" ,