From 79febaddf8b3b2ed2d06dcde52a86442b31e02d7 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 1 Feb 2023 20:25:59 +0100 Subject: [PATCH] docs: add small faq for troubleshooting --- docs/admin-manual/troubleshooting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/admin-manual/troubleshooting.md b/docs/admin-manual/troubleshooting.md index 687a9ce40..acec4207d 100644 --- a/docs/admin-manual/troubleshooting.md +++ b/docs/admin-manual/troubleshooting.md @@ -5,6 +5,18 @@ sidebar_position: 90 This guide walk you though the steps required to troubleshoot LibreTime. +## FAQ + +### I cannot login the interface "Oops! Something went wrong!" + +You might be accessing the interface from an invalid URL. Make sure that the URL in your browser and the one set in your configuration file in `[general.public_url]` are the same. + +Make sure to check the legacy logs at `/var/log/libretime/legacy.log`. + +References: + +- https://discourse.libretime.org/t/version-3-0-1-debian-oops-something-went-wrong/1400 + ## Logs The first place to search for details on potential errors are the log files.