Upgraded from 3.7 to 3.8 broke websockets! help!
Thanks for your help. I update our Mattermost to 3.8.2 and use browser client but got same error message. [2017/04/22 15:20:32 CST] [EROR] websocket connect err: websocket: origin not allowed...
View ArticleUpgraded from 3.7 to 3.8 broke websockets! help!
mouson: but got same error message. Same here (using community edition 3.8.2)
View ArticleUpgraded from 3.7 to 3.8 broke websockets! help!
BTW does the Config for nginx have to be changed to also accommodate the new /api/v4/... location?
View ArticleHow to change the default location of config.json?
By default it is in the mattermost/config directory. Is it possible to change it to a different location ( lets say /mnt/config/config.json )
View ArticlePush Proxy IOS attach_device 404
Hi @icanogbh, Thanks for your feedback! Could we have your help seeing if your issue still reproduces with Mattermost 3.8.2? The GitLab sign-in has been fixed. Let us know how it goes?
View ArticleCan't start mattermost after upgrading from 3.6.2 to 3.8.2
Could you please paste the full output from when you tried to start mattermost?
View ArticleNon-programming trying to understand what's possible
What do you mean by "static Posts" exactly? I'm a Slack user, and am confused about what you are referring to.
View ArticleOutgoing for direct message to user
Hi everyone, it's my first post here, i'm glad to be with you guys. So, the point is, i'm trying to find a way to trigger my nodeJS application every time a user receives a new message, i'd made...
View ArticleWebsocket: origin not allowed
I am visiting mattermost with multiple URLs. Since 3.8.0, SiteURL is required. Which should I put? Should I put it as in AllowCorsFrom "http://abc.com https://cde.com"
View ArticleUpgraded from 3.7 to 3.8 broke websockets! help!
@mouson @youshtec Do you have AllowCorsFrom setting set for cross-origin requests: https://docs.mattermost.com/administration/config-settings.html#enable-cross-origin-requests-from If you're using...
View ArticleNotification to ALL users on Mattermost
Getting ready to migrate and need to send an alert to ALL users on every team and channel. Is there a way to send a noticiation without going to each individual channel?
View ArticleUpgraded from 3.7 to 3.8 broke websockets! help!
@jasonblais Thank you for your help. When i type "AllowCorsFrom": "*", websockets is work,but i type "AllowCorsFrom": "*.mydomain", "AllowCorsFrom": "same site url domain" or "AllowCorsFrom": ""...
View ArticleWebsocket: origin not allowed
@coronin "http://abc.com https://cde.com" should work . Make sure to include a space in between the two urls
View ArticleMattermost not working after restoring VM snapshot
HI, I had a fully working Mattermost setup, running on a VM (in proxmox). After restoring a backup of the VM (a snapshot taken while it was running), Mattermost is no longer accessible - the browser...
View ArticleWebsocket: origin not allowed
@coronin we just investigated and found out that AllowCorsFrom only supports a single domain name We have a bug ticket to fix it here: https://mattermost.atlassian.net/browse/PLT-6393 Sorry about...
View ArticleMoving to new server not seeing teams and users
Doesn't list any users or teams but it copied over all the channels and posts... I moved the /data folder from old server to new server per these instructions. Anyone else seen this? Steps -- Stop...
View ArticleCan't start mattermost after upgrading from 3.6.2 to 3.8.2
Just want to clear something out, the panic message information, is about the compilation of that given mattermost build you're using, so the path seeing there are the paths from the machine it was...
View ArticleNon-programming trying to understand what's possible
I am fairly sure he is talking about this https://get.slack.help/hc/en-us/articles/203950418-Compose-a-post
View ArticleHow to change the default location of config.json?
You can define the configuration file when starting mattermost, for example: ./bin/platform --config /mnt/config/config.json I however never tried putting it on a different path, so I am unsure if it...
View ArticleMoving to new server not seeing teams and users
Have you set the proper permissions to the data folder in case you're not running it as root? ls -la data
View Article