Mattermost is an open source, self-hosted team communication service that is an alternative to SaaS messaging services such as Slack.
Questions tagged [mattermost]
150 questions
0
votes
1 answer
Can't find or re-create Mattermost channel
I was pretty sure we had a channel that I no longer see. When I try to create it, I get "A channel with that URL was previously created."

abalter
- 9,663
- 17
- 90
- 145
0
votes
0 answers
how to overcome if an api throws 404,400 error response in http request node,node red
When I call an API using http request node for invalid parameters my api throws an 404,400 error and I am trying to show Invalid Data as a response.
When I trigger the api getting the response on browser that what we are expecting.
But, when I…

clay
- 25
- 4
0
votes
1 answer
Unable to get a list of mattermost channels in golang
I am trying to create a bot and retrieve the list of channels.
I used the bot example in repository and it is mostly working, except for the part where it has to get the list of channels.
Either I am doing something silly or GetChannels API really…

FlowRaja
- 677
- 3
- 6
- 15
0
votes
2 answers
Mattermost + New Relic APM
I want use new relic APM in the mattermost application. In order to monitor the performance the application I have added the code (as mentioned in new relic) just above the createpost api request handler in api/post.go file.
func createPost(c…

user5337216
- 105
- 2
- 13
0
votes
1 answer
How to add configuration data to gitlab on source install?
I need to follow certain instructions in gitlab. Those gitlab instructions are -
Manually (re)authorising GitLab Mattermost with GitLab
Authorise GitLab Mattermost
To do this, using browser navigate to the admin area of GitLab, Application section.…

ILikeTurtles
- 1,012
- 4
- 16
- 47
0
votes
1 answer
Mattermost "An existing user is already attached to your gitlab account"
We use Mattermost using the 'Production Docker' setup as described in Mattermost documentation. For authentication, we federate using GitHub:Enterprise.
To setup our Mattermost team, I imported the whole Slack history. This lead to the problem that…

Wilbert
- 7,251
- 6
- 51
- 91
0
votes
1 answer
Nginx reverse proxy (proxy_pass) does not pass subfolder
I want to run the application Mattermost in a subfolderconfiguration like
https://www.example.com/mattermost/
location /mattermost/ {
gzip off;
proxy_set_header X-Forwarded-Ssl on;
client_max_body_size 50M;
…

timo
- 39
- 1
- 6
0
votes
2 answers
Mattermost Test cases
I am a beginner for Mattermost.I have setup complete mattermost and it runs appropriately.Kindly let me know how can I run and test the test case files like 'post_test.go'.

user5337216
- 105
- 2
- 13
0
votes
1 answer
Mattermost Create Channel from curl command
I have setup Mattermost create channel github api on my website.
Please provide curl command to create the a new channel.
I have tried below but it fails
curl -H "Content-Type: application/json" 'Authorization:Bearer (removed)' -X POST -d -H…

user5337216
- 105
- 2
- 13
-1
votes
1 answer
How do I add a Canban board to the matermost(self-hosted)?
I have no idea how to add Kanban Board in Mattermost(self-hosted version).
How can I do this?

kimzero
- 1
-1
votes
2 answers
Get latest version in go.mod if one of the requires is +incompatible
I have go.mod file, with require, one of them if github.com/mattermost/mattermost-server v5.11.1+incompatible but there is a new version of library in github, 5.17.1.
I download latest version and work with it, but when i run go mod init my go.mod…

godvlpr
- 141
- 1
- 3
- 11
-1
votes
1 answer
Chatbotwith java code Interaction beetwen jenkins and Mattermost
i need help to develop a bot with java code in mattermost .
chatbot interaction beetwen jenkins and mattermost give resultat of build and launch a build for a job.

AzizZadix
- 1
- 1
-1
votes
1 answer
https works for local IP address but not for local IP with application port
I have Mattermost installed in my server, currently I can login to it by browsing through http://192.168.x.x:8066, I've installed a self-signed cerrtificate for this IP, but when I tried to browse it with https://192.168.x.x:8065, it failed to…

Kyc Kyc
- 161
- 1
- 1
- 8
-2
votes
0 answers
SMTP server connection issue mattermost
My Mattermost instance is running on CapRover using Docker on my VPS, and i want to set up SMTP for Mattermost. i install postfix and setup every thing, but the issue is connect smtp server with mattermost. help please
enter image description…
-2
votes
0 answers
Echo buttons text via mattermost API
I'm sending message with button attachment to mattermost channel :
props = {
"attachments": [
{
"pretext": "This is the attachment pretext.",
"text": "This is the attachment text.",
"actions": [
{
"id": "vote0",
…

Denisov Jr.
- 91
- 3
- 11