Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/e3968f90b23cdb9a875b474d159787e84d480bf7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
15 additions and
17 deletions
@ -50,7 +50,7 @@
"normalize.css" : "8.0.1" ,
"prop-types" : "15.7.2" ,
"qs" : "6.10.1" ,
"react" : "1 6.13.1 ",
"react" : "1 7.0.2 ",
"react-addons-shallow-compare" : "15.6.3" ,
"react-async-script" : "1.2.0" ,
"react-autosuggest" : "10.1.0" ,
@ -58,7 +58,7 @@
"react-dnd" : "11.1.3" ,
"react-dnd-html5-backend" : "11.1.3" ,
"react-document-title" : "2.0.3" ,
"react-dom" : "1 6.13.1 ",
"react-dom" : "1 7.0.2 ",
"react-focus-lock" : "2.5.0" ,
"react-google-recaptcha" : "2.1.0" ,
"react-lazyload" : "3.2.0" ,
@ -5226,15 +5226,14 @@ react-document-title@2.0.3:
prop-types "^15.5.6"
react-side-effect "^1.0.2"
react-dom@16.13.1 :
version "16.13.1 "
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f "
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag ==
react-dom@17.0.2 :
version "17.0.2 "
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23 "
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.19.1"
scheduler "^0.20.2"
react-focus-lock@2.5.0:
version "2.5.0"
@ -5360,14 +5359,13 @@ react-virtualized@9.21.1:
prop-types "^15.6.0"
react-lifecycles-compat "^3.0.4"
react@16.13.1 :
version "16.13.1 "
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e "
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w ==
react@17.0.2 :
version "17.0.2 "
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037 "
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
read-pkg-up@^2.0.0:
version "2.0.0"
@ -5769,10 +5767,10 @@ sane@^4.1.0:
minimist "^1.1.1"
walker "~1.0.5"
scheduler@^0.19.1 :
version "0.19.1 "
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196 "
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA ==
scheduler@^0.20.2 :
version "0.20.2 "
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91 "
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"