website/content/docs/help/troubleshooting.md

27 lines
616 B
Markdown
Raw Normal View History

2021-03-09 18:56:02 +05:30
---
title: "Troubleshooting"
description: "Solutions to common problems."
lead: "Solutions to common problems."
2021-07-21 15:49:53 +05:30
date: 2021-07-21 15:48
lastmod: 2021-07-21 15:48
2021-03-09 18:56:02 +05:30
draft: false
images: []
2021-07-21 15:49:53 +05:30
menu:
2021-03-09 18:56:02 +05:30
docs:
2022-08-01 19:16:21 +05:30
parent: "Help"
weight: 541
2021-03-09 18:56:02 +05:30
toc: true
---
## 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
```