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 +```