Ugrade from 2.1.0 to 3.0.3 failed
Hmm...something is strange. TeamMember table was added in 3.0 so not sure why it would be attempt to load from the table during the upgrade process. Can you share more information about your...
View ArticleWebsockets posted messages not coming to client
lfbrock THank you for the reply. The option 1 in your post might be my issue. It shows as pending ... but I still receive user status_update messages and server. This is my nginx config ... server {...
View ArticleWebsockets posted messages not coming to client
In the Solution: Follow the installation guide to set up your WebSocket port properly. (https://docs.mattermost.com/install/prod-ubuntu.html#set-up-nginx-server)Speak with the owner of any other...
View ArticleWebsockets posted messages not coming to client
Screen Shot 2016-10-31 at 8.53.01 PM.png1358x66 24.3 KB You can see I am getting a response from the server. This would not be coming if there was no connecting? It just wont send the posted messages....
View ArticleUgrade from 2.1.0 to 3.0.3 failed
Thank you for the reply.My environment is Windows Server 2008 and Mattermost runs on the guest OS(Cent OS 7.2) with Vagrant.I installed 2.1.0 by this script, so DB is mysql 5.7. github.com...
View ArticleUsing command line tool to invite users sends an invalid "Join Team" link
@jwilander, I have it set in both the Systems console and the config.json: Pasted image817x224 11.2 KB { "ServiceSettings": { "SiteURL": "http://mattermost.example.com/", "ListenAddress": ":8065",...
View ArticleWebsockets posted messages not coming to client
Hello... How exactly should I be authenticating the websocket with the MM server? I am using the api and have a custom implementation of chat inside our angular app. I login the user inside the app...
View ArticleWhy are logins (email/username) case sensitive?
@lfbrock Thanks! I was looking around to see if there was a ticket, but I couldn't find it.
View ArticleGitLab Mattermost Token request failed
OK, @ReSearchITEng can you try setting the following in your GitLab config? mattermost['service_enable_insecure_outgoing_connections'] = true That should allow Mattermost to connect to servers that...
View ArticleWebsockets posted messages not coming to client
I have adjusted the nginx and now I am seeing the following in the MM Logs ... websocket connect err: websocket: could not find connection header with token 'upgrade'
View ArticleWebsockets posted messages not coming to client
I reverted my nginx setting back to what i copied above and the connection is working .. i am receiving messages from the server ... see capture below .. showing new user and user status ... but the...
View ArticleWebsockets posted messages not coming to client
Hi @keithg, Is the user you're logged in as in the channels you would like to receive messages for? If not, the WebSocket will not broadcast new post events to your WS connection
View ArticleOption to disable home phone
What version of Mattermost are using, and could you post a screenshot of the exact error message? I thought the diagnostics code fails silently if there's no internet connection, but I could be wrong...
View ArticleMattermost Documentation Style Guide
I'll be giving the Mattermost Documentation Style Guide, currently known as Documentation Conventions, a bit of an overhaul over the next couple of weeks. The goal of any style guide is to bring...
View ArticleUgrade from 2.1.0 to 3.0.3 failed
hmm...still not sure what's happening. Maybe try upgrading to 2.2 first then to 3.0.3?
View ArticleMattermost Documentation Style Guide
I think one place it start is finding an example of some "quick work" contributed by developers, and think about all the different corner cases to cover. Here's an example of some fresh documentation...
View ArticleUgrade from 2.1.0 to 3.0.3 failed
upgrading from 2.1 to 2.2 has been successful,but 2.2 to 3.0.3 failed for the same reason. All the tables of Mattermost 2.2 DB are below. +----------------------+ | Tables_in_mattermost |...
View ArticleUnable to login via Gitlab after 3.0 upgrade
xlaguarda: Did you find a solution to your problems. Sort of. Since it turns out only my account was affected let it go for a long time hoping better user management would show up in the next version...
View ArticleCreate_direct API fails after some calls when Load test is done
Hi @Ajita, Not sure why it would have stopped working, but I think create_direct isn't a commonly used API. We're working on some load tests that call APIs based on the frequency they're actually...
View ArticleMattermost fails connecting to pgpool?
Hi @syamgk, Mattermost Team Edition is intended for self-hosted team communication, it's not intended to be used at a scale where you'd need a database cluster. To officially support such a...
View Article