I did a fresh install via docker on Xubuntu 16.04 LTS and when I launch localhost:8065 in a web browser I just see a loading bar, however, the webpage never loads.
Steps to reproduce
Mattermost version 3.9.0
All I did was follow the Docker tutorial on the website link. After that the webpage never actually loads.
Expected behavior
The web interface never loads, just hangs at the loading screen.
Observed behavior
No error code, just a loading bar that never loads anything.
I had the same issue when upgrading from 3.8 to 3.9 Team Edition. Now i am stuck on 3.8
By using Apache i didnt have to opportunity to Change this one (* below) according to the changelog, as it is only described for nginx…
Could that possibly be related?
Do you have a reference how that below mentioned line should be like in Apache?
(*) https://docs.mattermost.com/administration/changelog.html
• If you’re using NGINX as a proxy for the Mattermost Server, replace the location /api/v3/users/websocket { line with location ~ /api/v[0-9]+/(users/)?websocket$ { in the /etc/nginx/sites-available/mattermost NGINX configuration file.