@Sousapro hey, my team is having windows7/8, and the version of Desktop application is 3.7.0.
I tried this using google chrome, but getting the same issue. Can not see new messages untill I switch channel or reload.
They are very sporadic, sometimes it works, sometimes it does not. Of course this mostly happens when something important happens. It is really hard to not be able to depend on notifications. We are running Mattermost (V4,0) docker installation
yes…exactly @BobTB… if it continues, we can not use it for team communication as each and every messages are important and we have to go inform that person personally or via other messaging app that i have sent a message on mattermost, please refresh!!!
Need solution for this ASAP otherwise have to switch to other options.
I’m looking into this issue but I personally have not seen anything like this with an AWS instance of Mattermost running. After talking with some of the devs, I’m kind of leaning towards a Websocket issue with your load balancing proxy (i’m assuming you’re using NGINX for that but correct me if I’m wrong). Are you getting any errors in your mattermost.log and NGINX logs?
I just did some additional discussion and I need to verify if you are using Mattermost Team Edition or the Paid Mattermost Enterprise edition. if you are not using Enterprise Edition (with a valid license), you will be unable to enable High Availability / Clustering mode. without HA enabled, you will definitely experience that kind of notification weirdness with multiple MM instances talking to the same database while you’re waiting for the other server to catch up. if you’re on team edition, my suggestion would be to drop the second instance and remove mention of it from your NGINX configuration. This will almost certainly resolve your issue.