Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/a524b9c4c8968f6823d33eb270dc26069fe4a725
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
6 additions and
1 deletions
@ -8,6 +8,7 @@ import { MediaStatus } from '../../../server/constants/media';
import RequestModal from '../RequestModal' ;
import { defineMessages , useIntl } from 'react-intl' ;
import { useIsTouch } from '../../hooks/useIsTouch' ;
import globalMessages from '../../i18n/globalMessages' ;
const messages = defineMessages ( {
movie : 'Movie' ,
@ -256,7 +257,9 @@ const TitleCard: React.FC<TitleCardProps> = ({
d = "M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"
/ >
< / svg >
< span className = "text-xs" > Request < / span >
< span className = "text-xs" >
{ intl . formatMessage ( globalMessages . request ) }
< / span >
< / button >
) }
< / div >
@ -6,6 +6,7 @@ const globalMessages = defineMessages({
processing : 'Processing' ,
unavailable : 'Unavailable' ,
requested : 'Requested' ,
request : 'Request' ,
failed : 'Failed' ,
pending : 'Pending' ,
declined : 'Declined' ,
@ -421,6 +421,7 @@
"i18n.partiallyavailable" : "Partially Available" ,
"i18n.pending" : "Pending" ,
"i18n.processing" : "Processing…" ,
"i18n.request" : "Request" ,
"i18n.requested" : "Requested" ,
"i18n.retry" : "Retry" ,
"i18n.tvshows" : "Series" ,