I was able to disable printing (as much as one can) with the plugin @sam.saffron posted. Would be great to have a standard way to modify CSS without a plugin or building a custom webapp.
Creating a plugin that adds a custom CSS bundle
Push notifications sometimes does not arrive (Mobile App / Android)
Hello, @Spreenaut
On top of the rate limit explanation shared by @amy.blais , I would also be interested to see if there are any log entries that can provide more information to the behavior you are seeing as well.
The following guide should help to enable logging while testing the behavior:
Share the log you are seeing to this thread after reproducing the behavior. Thanks
No sign-in methods are enabled
Summary
After installing Mattermost I get the error message: “No sign-in methods are enabled.”
Steps to reproduce
We have installed:
Version: 5.5.0
Build Number: 5.5.1
Build Date: Thu Dec 6 09:21:58 UTC 2018
Build Hash: 826252252404c13bf564a8c4fd51616fc2cc4df9
Build Enterprise Ready: true
DB Version: 5.5.0
And we have configured the Apache2 setup:
https://docs.mattermost.com/install/config-apache2.html#
Expected behavior
I expect, that I get any kind of login dialog.
Observed behavior
This is all I get:
Unable to import Slack private channel's data into Mattermost
Hi there,
I have been trying to import Slack database. I used a tool in order to export data from slack which includes the DM and private messages. Therefore, its not as it is defined in the limitation guidelines: “Direct Messages and Private Channels cannot be imported. Slack does not include these messages when generating the export archive.”
So I have private channels data in the slack export archive. But I am not able to import into MM.
I also did not find any relevant response in Mattermost Peer-to-Peer Forum.
Can someone help me in this regard.?
Many Thanks in advance.
No sign-in methods are enabled
The problem seems to be triggered by setting ServiceSettings.SiteURL. When I leave the setting empty, I get a HTML page, when I run curl http://localhost:8065
. But when I set the parameter, I get just:
# curl http://localhost:8065
<a href="/mattermost">Found</a>.
Is this the intended behaviour?
Bulk add of custom emojis
Hi there,
If that can help, I have just written a command-line tool working with the API v4:
At the moment, it does not support the emojipacks
YAML files but if you have a directory full of images, it can create custom emojis from them (and delete them the same way).
Restoring config.json fails
What if you use the config.json generated by Mattermost and then paste contents of the old file into the new one instead of replacing the file entirely? It may be a permissions error even though I don’t know it would produce that specific error message.
HipChat Importation
I haven’t found a way to automatically add users into teams or channels other than via scripting that goes through the “user” object in the jsonl and then add that user to the team and channel listed in the jsonl file by sending commands to the MatterMost CLI.
Unable to import Slack private channel's data into Mattermost
As stated in the doc, Direct Messages and Private Channels cannot be imported - I’m not sure why that data got included in the export archive. We do have a Feature Request ticket open. If you can provide us some more information about what format the export is in, we might be able to find a way to convert the format of your Slack export into a format that will work with our bulk import tool (https://docs.mattermost.com/deployment/bulk-loading.html) that can be used to help import your data.
[Urgent] Users become logged in to another user
Unable to import Slack private channel's data into Mattermost
Hi Amy,
We simply used Corporate Export which includes private channel data and dm…
Link for reference: https://get.slack.help/hc/en-us/articles/201658943-Export-your-workspace-data#use-corporate-export
No sign-in methods are enabled
Hi @ceving,
We would need more details on your config settings, but normally these settings should be enabled:
- One of the Auth settings: https://docs.mattermost.com/administration/config-settings.html#authentication
- Enable Account Creation: https://docs.mattermost.com/administration/config-settings.html#enable-account-creation
Also, the site URL should be set in System Console.
[RESOLVED] Images not loading with copied /data
I was attempting to upgrade mattermost while maintaining the configuration and data. Please let me know if there is a more graceful way to do it. If not, please help me understand how to correct the fact that my images aren’t loading.
What I did:
- Downloaded & unzipped new Mattermost version (5.6) to
/opt/mattermost-56
- Copied
/opt/mattermost/data
to /opt/mattermost-56/data
- Copied
/opt/mattermost/config/config.json
to/opt/mattermost-56/config/config.json
- Modified
/opt/mattermost
to/opt/mattermost-51
- Modified
/opt/mattermost-56
to/opt/mattermost
- Activated app via
sudo -u mattermost ./bin/mattermost
Expected Behavior:
App should be running without any changes from before
Actual Behavior:
App is running but without images from before
[RESOLVED] Images not loading with copied /data
RESOLVED
I needed to go back through with sudo chown -R /opt/mattermost
Linux Mattermost desktop start minimized from command line
Github desktop doesn’t have the systray minimization feature as discussed here. Correct me if I’m wrong.
[Urgent] Users become logged in to another user
no, normal linux server, no proxy, no HA. and it was a fresh ubuntu standard setup for our chat testing.
No sign-in methods are enabled
The problem seems to be the Apache configuration. The Mattermost documentation explains how to pass all requests to a Mattermost server:
<VirtualHost *:80>
# If you're not using a subdomain you may need to set a ServerAlias to:
# ServerAlias www.mydomain.com
ServerName mysubdomain.mydomain.com
ServerAdmin hostmaster@mydomain.com
ProxyPreserveHost On
# Set web sockets
RewriteEngine On
RewriteCond %{REQUEST_URI} /api/v[0-9]+/(users/)?websocket [NC,OR]
RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC,OR]
RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC]
RewriteRule .* ws://127.0.0.1:8065%{REQUEST_URI} [P,QSA,L]
<Location />
Require all granted
ProxyPass http://127.0.0.1:8065/
ProxyPassReverse http://127.0.0.1:8065/
ProxyPassReverseCookieDomain 127.0.0.1 mysubdomain.mydomain.com
</Location>
</VirtualHost>
But this does not match our setup. We want to pass the traffic to three different processes.
/jira to localhost:8080/jira
/confluence to localhost:8090/confluence
/mattermost to localhost:8065/mattermost
Our problem is, that we are not sure how to rewrite the Apache configuration to achieve this.
Server hangs while shutting down
Thanks @paulrothrock, I had tried debug-level logs already but not the sql trace. I will throw that in there too when I get some time.
[Urgent] Users become logged in to another user
Thanks for confirming, @Schrell. Given the testing setup, are you able to recall your user setup process? I assume the system admin was created on first start, and then were all the test accounts created manually thereafter? Or using the CLI or API? How long after setup was the problem observed?
[Urgent] Users become logged in to another user
Also, @Schrell, can you confirm the Mattermost versions at play? The logs above don’t correlate with 5.3.1, but seem to be from 5.5:
{"level":"info","ts":1543611473.17714,"caller":"commands/server.go:82","msg":"Current version is 5.5.0 (5.5.0/Thu Nov 15 18:39:02 UTC 2018/826252252404c13bf564a8c4fd51616fc2cc4df9/8eb31159c091f8a1e75c99ae6f4e47010dbf3731)"}
Are there multiple servers at play, and are you perhaps testing an upgrade?