🎨 Added troubleshoot steps + external address "/"

This commit is contained in:
Tagaishi
2023-10-12 19:23:16 +02:00
parent 3c015d297b
commit 24024cc7f2
3 changed files with 4 additions and 1 deletions

View File

@@ -92,7 +92,6 @@ export const EditAppModal = ({
}
values.url = removeTrailingSlash(values.url);
values.behaviour.externalUrl = removeTrailingSlash(values.behaviour.externalUrl);
updateConfig(
configName,

View File

@@ -20,6 +20,8 @@ export const GeneralTab = ({ form, openTab }: GeneralTabProps) => {
const commonMistakes = [
t('general.internalAddress.troubleshoot.lines.nothingAfterPort'),
t('general.internalAddress.troubleshoot.lines.protocolCheck'),
t('general.internalAddress.troubleshoot.lines.preferIP'),
t('general.internalAddress.troubleshoot.lines.wget'),
t('general.internalAddress.troubleshoot.lines.iframe'),
t('general.internalAddress.troubleshoot.lines.clearCache'),
];