From 39ae47946f65c39776c6f4cc7d26228a5c4b4276 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Mon, 25 Dec 2023 22:12:59 +0100 Subject: [PATCH] oauth docs --- docs/docs/Authentication/oauth.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs/Authentication/oauth.md b/docs/docs/Authentication/oauth.md index df86deec..8a00300f 100644 --- a/docs/docs/Authentication/oauth.md +++ b/docs/docs/Authentication/oauth.md @@ -108,3 +108,13 @@ ztnet: OAUTH_USER_INFO: "https://discord.com/api/users/@me" ``` +## Troubleshooting +If you are having trouble with OAuth, please check the docker server logs: +```bash +docker logs ztnet +``` + +or if you are using standalone installation, check the systemd logs: +```bash +journalctl -u ztnet.service +```