Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all 25529 articles
Browse latest View live

[solved] Integration names/icons after migration are wrong

$
0
0

Summary

After migrating our MM instance from one host to another (same version), all migrations show a generic icon and the name of the creating user rather than the configured icon/name.

Steps to reproduce

  1. Backup MM following https://docs.mattermost.com/administration/backup.html
  2. Restore MM
  • restore DB dump
  • copy data dir
  • copy config.json

Mattermost Version: 5.5.0
Database Schema Version: 5.5.0
Database: postgres

Expected behavior

Messages posted by integrations show the configured icon and name.

Observed behavior

Messages posted by integrations shows the generic integrations icon and the name of the user that created the integration (ie me).


[solved] Integration names/icons after migration are wrong

There are no links to create a group and admin console

[solved] Integration names/icons after migration are wrong

$
0
0

Thanks amy, that was it. Problem solved!

There are no links to create a group and admin console

$
0
0

I have not once checked these settings
the problem remains

[solved] Restoring config.json fails

$
0
0

No worries. Just glad to hear the problem is fixed. :slight_smile:

There are no links to create a group and admin console

There are no links to create a group and admin console


There are no links to create a group and admin console

$
0
0

Hi @Shevchik,

Since you have specified a SiteURL, can you help try if removing the WebsocketURL helps? You don’t need to specify WebsocketURL because the browser will get it from the web page automatically.

If this doesn’t help, can you share your Mattermost server logs?

Signing up for service without PC access?

$
0
0

I don’t have a compatible OS on my PC; working explicitly from an android phone. Is there any way to get established as a user with just the android app?

Direct messages channel user limit

Signing up for service without PC access?

$
0
0

Hi, @dustxr

With reference to signing up for the service, I would assume that you are referring to sign up as a user to a mattermost team via an invite link and fully utilizing the mobile client for messaging. For example:

http://<url>/signup_user_complete/?id=5jojb1d7xp81xmcekkeytnmarc

It should be possible to just utilize the Android client to manage your conversation and settings there. Nevertheless, I would like to know the OS that you are using on your PC. Is it not included in the list here?

Additionally, have you also considered using the browser client?

There are no links to create a group and admin console

$
0
0

Hi @amy.blais

I have a local domain for example: test.com
Subdomain created on domain: chat.test.com and worked on Nginx
On Subdomain chat.test.com created ssl certificate
I have a local network server where install mattermost (server name: 15-mattermost) and worked on Nginx (Nginx settings on 80 port to 8065)

Nginx chat.test.com proxies requests on second sever Nginx where install mattermost

Nginx settings on second server:

upstream backend {
server 10.0.3.15:8065;
keepalive 32;
}

proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=mattermost_cache:10m max_size=3g inactive=120m use_temp_path=off;

server {
listen 80;
server_name 15-mattermost;

location ~ /api/v[0-9]+/(users/)?websocket$ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
client_max_body_size 50M;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_buffers 256 16k;
proxy_buffer_size 16k;
client_body_timeout 60;
send_timeout 300;
lingering_timeout 5;
proxy_connect_timeout 90;
proxy_send_timeout 300;
proxy_read_timeout 90s;
proxy_pass http://backend;
}

location / {
client_max_body_size 50M;
proxy_set_header Connection “”;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_buffers 256 16k;
proxy_buffer_size 16k;
proxy_read_timeout 600s;
proxy_cache mattermost_cache;
proxy_cache_revalidate on;
proxy_cache_min_uses 2;
proxy_cache_use_stale timeout;
proxy_cache_lock on;
proxy_http_version 1.1;
proxy_pass http://backend;
}
}

Mattermost config.lson:

{
“ServiceSettings”: {
“SiteURL”: “http://10.0.3.15:8065”,
“WebsocketURL”: “”,
“LicenseFileLocation”: “”,
“ListenAddress”: “:8065”,

the problem remains

amy.blais, Help Please…

[Android 9] When unplugging android 9 device from the USB cable, the app restarts

$
0
0

Hey guys,

I’ve noticed that on Android 9, battery saver mode, if you unplug a USB cable, the app restarts to the first page. In mattermost it gets stuck on the logo page.

I’ve confirmed that this happens with Android 9 power saver mode (2 devices)
I’ve also confirmed that without power saver mode enabled, this doesn’t occure

I’ve also tested on Android 8, where this issue does not happen.

Thanks,
-Allan

File Above Maximum Dimensions Couldn't Be Uploaded

$
0
0

This arbitrary image dimension restriction is still in place, there’s no way to change it that I can see, and it’s kind of frustrating when you want to upload a large image.

For example, my desktop has dimensions of 11520×2160 so I can’t even share a screenshot of my full desktop in mattermost … :frowning:

Any news on making this configurable at least?


Override username and icon_url using posts request REST API

$
0
0

Hey @taras.budzyn, this is in fact supported - you can include "from_webook": "true" in the props of the API call and this should work for you.

Tilde ~ on Belgian keyboard opens help

$
0
0

Summary

Tilde ~ is supposed to open the autocomplete for channels and link them.
On a Belgian keyboard, you have to press Alt-Gr = twice to get a tilde, but that only opens the shortcut help.
Here is the Belgian layout as a reference : https://upload.wikimedia.org/wikipedia/commons/9/93/Belgian_keyboard_layout.png

Steps to reproduce

The version of Mattermost is the last.
To reproduce I guess changing your layout to BE and hitting Alt-Gt+/ on a US keyboard should do the trick

Does anybody have an idea how to get around that ?
The best solution I have for now is to write the tilde by doing Alt+126

Override username and icon_url using posts request REST API

$
0
0

thanks
I already rewrite code to do it with webhook, but anyway good to know that you have this option in API :slightly_smiling_face:

Configuration options switch back when press save button

$
0
0

Hello, @cpanato

I would assume that this would explain the following point in the Configuration section, specific to Mattermost Kubernetes:

To start, copy mattermost-helm/values.yaml and name it config.yaml . This will be your configuration file for the Mattermost helm chart.

which points to the yaml file. For example:

  enableTeamCreation: true
  enableUserCreation: true
  enableOpenServer: true
  enableLinkPreviews: false
  enableCustomEmoji: false

Managing members in the any team available any team member

$
0
0

Hello.

To a certain extent, I agree with @0xSheff in terms of having some sort of audit / log entry to show the following information for clarity (public & private channels):

  • User(s) who removed other user(s)
  • User(s) who gets removed

Quite an important feature to have for Mattermost, even for the Team version.

Viewing all 25529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>