Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/2f311452da78e0e35d51f8f1d83cf7f6bfc6c64a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -27,7 +27,7 @@ export const SET_CUSTOM_FORMAT_SPECIFICATION_VALUE = 'settings/customFormatSpeci
export const SET _CUSTOM _FORMAT _SPECIFICATION _FIELD _VALUE = 'settings/customFormatSpecifications/setCustomFormatSpecificationFieldValue' ;
export const SAVE _CUSTOM _FORMAT _SPECIFICATION = 'settings/customFormatSpecifications/saveCustomFormatSpecification' ;
export const DELETE _CUSTOM _FORMAT _SPECIFICATION = 'settings/customFormatSpecifications/deleteCustomFormatSpecification' ;
export const DELETE _ALL _CUSTOM _FORMAT _SPECIFICATION = 'settings/customFormatSpecifications/delete CustomFormatSpecification';
export const DELETE _ALL _CUSTOM _FORMAT _SPECIFICATION = 'settings/customFormatSpecifications/delete All CustomFormatSpecification';
export const CLONE _CUSTOM _FORMAT _SPECIFICATION = 'settings/customFormatSpecifications/cloneCustomFormatSpecification' ;
export const CLEAR _CUSTOM _FORMAT _SPECIFICATIONS = 'settings/customFormatSpecifications/clearCustomFormatSpecifications' ;
export const CLEAR _CUSTOM _FORMAT _SPECIFICATION _PENDING = 'settings/customFormatSpecifications/clearCustomFormatSpecificationPending' ;