Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/b8e82b5b4d3cb49ec372e3dce3cd89dff440ffd0
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
2 deletions
@ -35,6 +35,7 @@ const ResetPassword: React.FC = () => {
< div className = "relative flex flex-col min-h-screen bg-gray-900 py-14" >
< PageTitle title = { intl . formatMessage ( messages . passwordreset ) } / >
< ImageFader
forceOptimize
backgroundImages = { [
'/images/rotate1.jpg' ,
'/images/rotate2.jpg' ,
@ -47,7 +48,7 @@ const ResetPassword: React.FC = () => {
< div className = "absolute z-50 top-4 right-4" >
< LanguagePicker / >
< / div >
< div className = "relative z-40 px-4 sm:mx-auto sm:w-full sm:max-w-md">
< div className = "relative z-40 flex flex-col items-center px-4 mt-10 sm:mx-auto sm:w-full sm:max-w-md">
< img src = "/logo_stacked.svg" className = "max-w-full mb-10" alt = "Logo" / >
< h2 className = "mt-2 text-3xl font-extrabold leading-9 text-center text-gray-100" >
{ intl . formatMessage ( messages . resetpassword ) }
@ -49,6 +49,7 @@ const ResetPassword: React.FC = () => {
return (
< div className = "relative flex flex-col min-h-screen bg-gray-900 py-14" >
< ImageFader
forceOptimize
backgroundImages = { [
'/images/rotate1.jpg' ,
'/images/rotate2.jpg' ,
@ -61,7 +62,7 @@ const ResetPassword: React.FC = () => {
< div className = "absolute z-50 top-4 right-4" >
< LanguagePicker / >
< / div >
< div className = "relative z-40 px-4 sm:mx-auto sm:w-full sm:max-w-md">
< div className = "relative z-40 flex flex-col items-center px-4 mt-10 sm:mx-auto sm:w-full sm:max-w-md">
< img src = "/logo_stacked.svg" className = "max-w-full mb-10" alt = "Logo" / >
< h2 className = "mt-2 text-3xl font-extrabold leading-9 text-center text-gray-100" >
{ intl . formatMessage ( messages . resetpassword ) }