Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/01331dda8f1a731dca354ac10a362e8e7edd0b5f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
11 additions and
9 deletions
@ -20,7 +20,7 @@
"any-shell-escape" : "^0.1.1" ,
"autoprefixer" : "^10.4.16" ,
"aws-sdk" : "^2.1467.0" ,
"axios" : "^1. 6.0 ",
"axios" : "^1. 7.4 ",
"bcrypt" : "^5.1.1" ,
"chalk" : "^4.1.2" ,
"check-node-version" : "^4.2.1" ,
@ -1608,11 +1608,12 @@
}
} ,
"node_modules/axios" : {
"version" : "1.6.2" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz" ,
"integrity" : "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==" ,
"version" : "1.7.4" ,
"resolved" : "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz" ,
"integrity" : "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==" ,
"license" : "MIT" ,
"dependencies" : {
"follow-redirects" : "^1.15. 0 ",
"follow-redirects" : "^1.15. 6 ",
"form-data" : "^4.0.0" ,
"proxy-from-env" : "^1.1.0"
}
@ -2890,15 +2891,16 @@
"integrity" : "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
} ,
"node_modules/follow-redirects" : {
"version" : "1.15. 3 ",
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15. 3 .tgz",
"integrity" : "sha512- 1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q ==",
"version" : "1.15. 6 ",
"resolved" : "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15. 6 .tgz",
"integrity" : "sha512- wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA ==",
"funding" : [
{
"type" : "individual" ,
"url" : "https://github.com/sponsors/RubenVerborgh"
}
] ,
"license" : "MIT" ,
"engines" : {
"node" : ">=4.0"
} ,
@ -53,7 +53,7 @@
"any-shell-escape" : "^0.1.1" ,
"autoprefixer" : "^10.4.16" ,
"aws-sdk" : "^2.1467.0" ,
"axios" : "^1. 6.0 ",
"axios" : "^1. 7.4 ",
"bcrypt" : "^5.1.1" ,
"chalk" : "^4.1.2" ,
"check-node-version" : "^4.2.1" ,