summaryrefslogtreecommitdiffstats
path: root/doc/install/Troubleshooting.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-10 22:52:10 -0800
committerit33 <iantien@gmail.com>2015-11-10 22:52:10 -0800
commitc86ce500c72de9190d723b26b9125b9daaefde2c (patch)
treea0339d0f37ac18be54e91268739ca871d359f28b /doc/install/Troubleshooting.md
parent7b858bb4cf71d11db0ffacd4fec8a1fbe0a667e4 (diff)
downloadchat-c86ce500c72de9190d723b26b9125b9daaefde2c.tar.gz
chat-c86ce500c72de9190d723b26b9125b9daaefde2c.tar.bz2
chat-c86ce500c72de9190d723b26b9125b9daaefde2c.zip
Update Troubleshooting.md
Diffstat (limited to 'doc/install/Troubleshooting.md')
-rw-r--r--doc/install/Troubleshooting.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
index e41dfe788..b264b60f4 100644
--- a/doc/install/Troubleshooting.md
+++ b/doc/install/Troubleshooting.md
@@ -29,12 +29,6 @@ The following is a list of common error messages and solutions:
- This error can occur if you have manually manipulated the Mattermost database, typically with deletions. Mattermost is designed to serve as a searchable archive, and manual manipulation of the database elements compromises integrity and may prevent upgrade.
- **Solution:** Restore from database backup created prior to manual database updates, or reinstall the system.
-###### `Token request failed`
- - This error can appear in the web browser after attempting to create a new team with GitLab SSO enabled
- - **Solutions:**
- 1. Check that your SSL settings for the SSO provider match the `http://` or `https://` choice selected in `config.json` under `GitLabSettings`
- 2. Follow steps 1 to 3 of the manual [GitLab SSO configuration procedure](https://github.com/mattermost/platform/blob/master/doc/integrations/Single-Sign-On/Gitlab.md) to confirm your `Secret` and `Id` settings in `config.json` match your GitLab settings, and if they don't, manually update `config.json` to the correct settings and see if this clears the issue.
-
### Troubleshooting GitLab Mattermost
- If you're having issues installing GitLab Mattermost with GitLab Omnibus, as a first step please turn on logging by updating the [log settings](https://github.com/mattermost/platform/blob/master/doc/install/Configuration-Settings.md#log-file-settings) section in your `config.json` file installed by omnibus, and they try a general web search for the error message you receive.
@@ -52,3 +46,9 @@ The following is a list of common error messages and solutions:
- [Manually set up GitLab SSO](https://github.com/mattermost/platform/blob/master/doc/integrations/Single-Sign-On/Gitlab.md) by copying Secret and ID into `/var/opt/gitlab/mattermost/config.json`
- `sudo gitlab-ctl restart`
+###### `Token request failed`
+ - This error can appear in the web browser after attempting to create a new team with GitLab SSO enabled
+ - **Solutions:**
+ 1. Check that your SSL settings for the SSO provider match the `http://` or `https://` choice selected in `config.json` under `GitLabSettings`
+ 2. Follow steps 1 to 3 of the manual [GitLab SSO configuration procedure](https://github.com/mattermost/platform/blob/master/doc/integrations/Single-Sign-On/Gitlab.md) to confirm your `Secret` and `Id` settings in `config.json` match your GitLab settings, and if they don't, manually update `config.json` to the correct settings and see if this clears the issue.
+