Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/3e355644ffa964deac77c0619970ad71431597fa
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -136,7 +136,7 @@ const StatusBadge = ({
< Tooltip
content = { inProgress && tooltipContent }
className = { ` ${
inProgress && 'hidden max-h-96 w-96 overflow- scroll sm:block'
inProgress && 'hidden max-h-96 w-96 overflow- y-auto sm:block'
} ` }
tooltipConfig = { { interactive : true , delayHide : 100 } }
>
@ -187,7 +187,7 @@ const StatusBadge = ({
< Tooltip
content = { inProgress && tooltipContent }
className = { ` ${
inProgress && 'hidden max-h-96 w-96 overflow- scroll sm:block'
inProgress && 'hidden max-h-96 w-96 overflow- y-auto sm:block'
} ` }
tooltipConfig = { { interactive : true , delayHide : 100 } }
>
@ -238,7 +238,7 @@ const StatusBadge = ({
< Tooltip
content = { inProgress && tooltipContent }
className = { ` ${
inProgress && 'hidden max-h-96 w-96 overflow- scroll sm:block'
inProgress && 'hidden max-h-96 w-96 overflow- y-auto sm:block'
} ` }
tooltipConfig = { { interactive : true , delayHide : 100 } }
>