Can't create and initial team / user
I couldnt find any errors in the mattermost.log or /var/log/syslog.
View ArticleCan't create and initial team / user
Hmmm can you try creating the user with: ./platform -create_user -team_name="name" -email="user@example.com" -password="mypassword" -username="user" and then try updating them to system admin with:...
View ArticleCan't create and initial team / user
No it just hangs on the first command. bash-4.1$ ./platform -create_user -team_name="name" -email="user@example.com" -password="mypassword" -username="user"[13:49:10 EDT 2016/06/30] [INFO]...
View ArticleCan't create and initial team / user
I take that back. This time after a couple minutes I get this: [2016/06/30 13:51:06 EDT] [EROR] SqlTeamStore.GetByName: store.sql_team.get_by_name.app_error, name=name, sql: no rows in result set I'm...
View ArticleCan't create and initial team / user
tradecraft1: store.sql_team.get_by_name.app_error I think that is saying that the team does not exist. Does the team need to exist before you can assign a user to it?
View ArticleCan't create and initial team / user
Oh, maybe try making a team first: ./platform -create_team -team_name="name" -email="user@example.com" There used to be a dependency on creating a team before a user but that was removed in 3.0 but it...
View ArticleUpgrading to GitLab Mattermost in GitLab 8.9
I may have a particular issue.I have an instance of gitlab which when I installed, I set up mattermost but didn't use it at the time.Now that I've upgraded gitlab and plan to use it, I run the...
View ArticleMattermost and gitlab are driving me crazy
Some basic documentation questions I can't find anything about: Suppose I just want to DELETE all mattermost configuration and start again in a gitlab+mattermost situation? HOW can I wipe everything...
View Article[Solved] Webhooks `No text specified [details: ]` error
This is pretty effing sad, guys. An integrated product can't send the correct format?
View ArticleClean install of Gitlab 8.9 (not upgrade), enable Mattermost, Bad Gateway
It looks like a permissions issue on the mattermost log file. Steps to make it work Gitlab on a clean machine sudo vi /etc/gitlab/gitlab.rb setup and uncomment mattermost_external_url Notice: I didn't...
View Article[Solved] GitLab 8.9: panic: runtime error: invalid memory address or nil...
There's a known issue in GitLab 8.9 where error messages aren't pulling properly from localization files and Mattermost issues a "panic" message. A common cause is attempting to automate SMTP email...
View ArticleMattermost and gitlab are driving me crazy
wpostma: Suppose I just want to go into some system console or admin, how do I do that? You click on these three dots next to your username in the sidebar and choose 'System Console'.
View ArticleMattermost and gitlab are driving me crazy
wpostma: Suppose I open my mattermost team url up on one browser, and I can see it and I open it in another and I get a 404 error? What the heck is going on? From your screenshot I'd assume you either...
View ArticleMattermost and gitlab are driving me crazy
wpostma: Suppose I want to upgrade from 8.8 to 8.9.x of gitlab, is that working yet? It seems it always breaks if you have mattermost enabled. I am in a VM so I can at least revert, but when oh when...
View ArticleMattermost and gitlab are driving me crazy
Suppose I just want to DELETE all mattermost configuration and start again in a gitlab+mattermost situation? HOW can I wipe everything to do with mattermost out and start again? It might be easier to...
View ArticleSlack interactive buttons
I saw slack release a new feature called "interactive buttons", will mattermost have this function too? this function seems quite powerful. https://api.slack.com/docs/message-buttons
View ArticleMattermost Docker preview
Hi all, I wanted to have a try to Mattermost, so I decided to run the Docker image. Folowing the docs Docker page, everything is up an running but there is nothing to display at http://localhost:8065....
View ArticleCannot make API calls
I am working with the Mattermost web services and have followed along with the guide located here. I have no trouble obtaining a session token and then making a GET call to the example API URL (curl...
View ArticleHow to setup a custom frontpage in 3.0
set a new location in nginx location = / { proxy_pass http://localhost:11223/static/frontpage.html; }
View ArticleSave and access messages for Compliance
We’re considering using Mattermost in our organization, however for compliance reasons we need to have all messages (either private or group) stored and accessible in case we need to audit or...
View Article