Intial mattermost setup - psql errors: relation X does not exist
I am getting the same errors. It appears that the database is not being created? I am using mattermost-docker: git clone https://github.com/mattermost/mattermost-docker cd mattermost-docker...
View ArticleGroup comments on a Post together
Hi @Ajita At present, this is not supported but if you go to UserVoice and post a feature idea, your idea can be upvoted. Features with the most votes could be added to the roadmap for inclusion in...
View ArticlePlace comments just after the parent post
Hi @Ajita It seems this is a similar idea to your post here ? If you could consolidate your idea into one feature request to be upvoted by the community on UserVoice, that would be great!
View ArticleElastic Beanstalk: Where are my files?
Hi, They should be under /mm if your using the preview image.
View ArticleHow to check mattermost token
Hi @Nganthoiba, The easiest way to check if a token is valid is to call the users/me api at your-mattermost-instance/api/v3/users/me. If the token is valid, you'll get a JSON object representing the...
View ArticleBatch upload emojis
Hi @patoupatou, Our APIs only let you upload one at a time right now, but as long as you don't hit the rate limit on your server (defaults to 10 requests per second per user, I believe), you'll be...
View ArticleMake integration mattermost and slack friendly
Hi @jrock2004, We don't have any plans for that yet, but it does sound useful. If you submit a feature idea on our feature idea forum, community members could vote on it and we can prioritize...
View ArticleBatch upload emojis
Hi @hmhealey, Thanks for the reply! The Javascript driver should definitely do the trick for now. Best regards, Patrick
View ArticleMake integration mattermost and slack friendly
Hi @jrock2004, Potentially you could try to look for "slack.com" in the URL string, What most integrations do is have a mode or setting for Mattermost where you can take advantage of what it can do...
View ArticleDebian 8 nginx 502 error
Hi there, i'm new to mattermost and want to set it up for my company. I already follow the installing guid for Debian jessie, but at the last step of "setting up the nginx server" i got a 502 Error...
View ArticleMake integration mattermost and slack friendly
So you are saying to add another parameters to the call? /command my text mattermost
View ArticleDebian 8 nginx 502 error
Hi @Flix, can you access Mattermost with localhost and port 8065 (Im asuming you're using the default port)
View ArticleDebian 8 nginx 502 error
hi @elias, if i try to i got the following errorcurl: (7) Failed to connect to localhost port 8065: connection refused
View ArticleDebian 8 nginx 502 error
Then the problem is not NGINX but that your mattermost instance is not running. can you cd to cd /opt/mattermost/bin and the run ./platform and see if it runs?
View ArticleError then run "make test"
go version go1.6.3 linux/amd64Error then run "make test"[2016/08/10 04:14:51 ICT] [WARN] Finished recycling the database connection[2016/08/10 04:14:54 ICT] [EROR] /api/v3/admin/test_email:testEmail...
View ArticleYou do not have the appropriate permissions (system)
Me too. Error then run "make test" Trouble Shooting go version go1.6.3 linux/amd64 Error then run "make test" [2016/08/10 04:14:51 ICT] [WARN] Finished recycling the database connection [2016/08/10...
View ArticleDebian 8 nginx 502 error
it seem that mattermost is running.i got the following prompt after ./platform root@mattermost:/opt/mattermost/bin# ./platform[2016/08/10 08:52:49 CEST] [INFO] Loaded system translations for 'en' from...
View ArticleHow do I get all teams a user has already joined?
Hi, You can use a GET to /api/v3/teams/all don't forget to put the token in the header like this Authorization: Bearer Token This request will return you a json like this : { "team_id": { "id":...
View ArticleHow do I get all teams a user has already joined?
Hello, thank you for responding, I was under the impression that /all gets a list of all teams ever created, even ones the user has not joined, correct me if I am wrong. I only want the teams that...
View ArticleHow do I get all teams a user has already joined?
From what I see, I think /all return only the teams that user has joined
View Article