From 6995c0d40e246b2f1edfdce053a4e0c6ee7416e7 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 1 Aug 2022 22:24:30 +0530 Subject: [PATCH] feat: unable to login troubleshooting tips --- content/docs/help/troubleshooting.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/docs/help/troubleshooting.md b/content/docs/help/troubleshooting.md index 62eb6d7..e812c03 100644 --- a/content/docs/help/troubleshooting.md +++ b/content/docs/help/troubleshooting.md @@ -9,8 +9,18 @@ images: [] menu: docs: parent: "Help" -weight: 620 +weight: 541 toc: true --- -Coming soon +## Q: I just setup an instance but I am unable to login + +mCaptcha by default is configured to server at `localhost` hostname. If +the instance is deployed at another hostname, please try setting +`MCAPTCHA_SERVER_DOMAIN` environment variable to the hostname at which +your instance is deployed or setting the equivalent in config.toml: + +```toml +[server] +domain=mydomain +```