Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/a8add3012531a89868c8c13803f8b1ff55ac5c58
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
6 additions and
5 deletions
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the tag selector to only show used tags in the assistant (experimental)
- Upgraded `prettier` from version `3.2.1` to `3.2.4`
### Fixed
@ -191,7 +191,7 @@
"jest-environment-jsdom" : "29.4.3" ,
"jest-preset-angular" : "13.1.4" ,
"nx" : "17.2.8" ,
"prettier" : "3.2. 1 ",
"prettier" : "3.2. 4 ",
"prettier-plugin-organize-attributes" : "1.0.0" ,
"react" : "18.2.0" ,
"react-dom" : "18.2.0" ,
@ -16945,10 +16945,10 @@ prettier-plugin-organize-attributes@1.0.0:
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-attributes/-/prettier-plugin-organize-attributes-1.0.0.tgz#037870ee3111b3c1d6371f677b64888de353cc63"
integrity sha512-+NmameaLxbCcylEXsKPmawtzla5EE6ECqvGkpfQz4KM847fXDifB1gFnPQEpoADAq6IXg+cMI8Z0ISJEXa6fhg==
prettier@3.2.1 :
version "3.2.1 "
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.1.tgz#babf33580e16c796a9740b9fae551624f7bfeaab "
integrity sha512-qSUWshj1IobVbKc226Gw2pync27t0Kf0EdufZa9j7uBSJay1CC+B3K5lAAZoqgX3ASiKuWsk6OmzKRetXNObWg ==
prettier@3.2.4 :
version "3.2.4 "
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283 "
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ ==
prettier@^2.8.0:
version "2.8.8"