Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/db62eddf5a8c817a4cf13cfff5a80730624d5697
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
4 deletions
@ -1,3 +1,4 @@
import classNames from 'classnames' ;
import PropTypes from 'prop-types' ;
import React , { Component } from 'react' ;
import Icon from 'Components/Icon' ;
@ -142,10 +143,10 @@ class MovieCastPoster extends Component {
< / d i v >
< / d i v >
< div className = { styles. title } >
< div className = { classNames( styles. title , 'swiper-no-swiping' ) } >
{ personName }
< / d i v >
< div className = { styles. title } >
< div className = { classNames( styles. title , 'swiper-no-swiping' ) } >
{ character }
< / d i v >
@ -1,3 +1,4 @@
import classNames from 'classnames' ;
import PropTypes from 'prop-types' ;
import React , { Component } from 'react' ;
import Icon from 'Components/Icon' ;
@ -142,10 +143,10 @@ class MovieCrewPoster extends Component {
< / d i v >
< / d i v >
< div className = { styles. title } >
< div className = { classNames( styles. title , 'swiper-no-swiping' ) } >
{ personName }
< / d i v >
< div className = { styles. title } >
< div className = { classNames( styles. title , 'swiper-no-swiping' ) } >
{ job }
< / d i v >