Thank you for the report @jprusch,
I wasn’t able to reproduce this just now -
- Does this happen every time? Have you tried if refresh or clearing the cache helps?
- Does this happen to other users on your server?
Thank you for the report @jprusch,
I wasn’t able to reproduce this just now -
I guess it is more a iOS 12 issue. I have the same with safari in horizontal view.
Hi Amy,
it happens with all users & all clients except the mobile IOS app. Cache has been cleared / wasn’t filled because my test with Edge was done without using Mattermost before.
For feature requests, please see: http://www.mattermost.org/feature-requests/.
For troubleshooting questions, please post in the following format:
We managed to DDoS Mattermost and our applications, thanks to a link in a message
How can we reproduce the issue (what version are you using?)
We are using Mattermost version 5.3.1.
Here are the steps to reproduce:
Describe your issue in detail
Mattermost should not call the url that is in a message.
What did you see happen? Please include relevant error messages and/or screenshots.
Our application and Mattermost are on 2 different servers. We detect that our application was DDoSed by client with user agent Go Http Client from the same IP address than Mattermost server.
We stop one by one services running on this server, and the flood only stop when we shutdown Mattermost server.
I can’t provide screenshot for the moment because we stop Mattermost until we have more details of what causing this bug.
Thanks
https://your-mattermost-url.com/api/v4/teams/{team_id}/invite/email
Hello guyss, what is the correct syntax of that request with curl?
I tried that but it doesn’t work:
curl -H "Authorization Bearer: XXXXX-X POST -d ‘{“ivan.hristov@mlosa.com”}’ https://mattermost.xxxxxx.com/api/v4/teams/fcubhxets3bi5c11txm3gga98a/members/invite
We’re trying to migrate a block of users to LDAP auth, but are blocked by a duplicate entry
v5.5.0 E10
I run the CLI command “sudo /opt/mattermost/bin/mattermost user migrate_auth email ldap email --dryRun” and get a report of emails not matched, this is fine and expected. Then I run the same command without the “–dryRun”, and I get the following error: “Error: Error while migrating users: MigrateToLdap: Unable to migrate AD/LDAP users with specified field. Duplicate entry detected. Please remove all duplcates and try again., email= username=[username]”
I’ve checked MatterMost (System Console > Reports > Users) and there is no user by that username. I suspect this might be a case of our AD containing multiple usernames without an email, but why would MatterMost be checking AD for any email-addresses that don’t belong to registered users?
Is there a way to list all users in the MatterMost database through the CLI? I’m not really comfortable poking the database with SQL to find out… Or can I rely on Reports > Users to list all users, including ones without email?
If the dry-run succeeds, I expect the actual migration to succeed as well.
See the above error
For feature requests, please see: http://www.mattermost.org/feature-requests/.
For troubleshooting questions, please post in the following format:
Issue in one concise sentence
Can’t Invite users to the team by email with API
Type:
curl --header “Authorization: Bearer XXXXXX” --request POST --data ‘[“mama.tati@matters.com”]’ https://mattermost.xxxxx.com/api/v4/teams/a3i4n5mt7jditxqh4rrbungp6o/invite/email
Describe your issue in detail
To send an e-mail to the user
What did you see happen? Please include relevant error messages and/or screenshots.
Getting this output
{“id”:“api.team.invite_members.disabled.app_error”,“message”:“Email invitations are disabled.”,“detailed_error”:"",“request_id”:“3hghi3edj3rjmqrmomdxe8tx1e”,“status_code”:501}
How can I enable API TEAM INVITE MEMBERS APP error.
I searched everywhere but I can’t make it send mails.
The MAIL server is configured. I’m so frustrated
Hi @alfador,
What error message are you getting?
@alfador, based on your other Forum post, it looks like you’re getting a permission error.
You’ll need to have invite_to_team
permission for the team. Is this setting enabled on your server: https://docs.mattermost.com/administration/config-settings.html#enable-email-invitations?
Hi @selsno,
It is possible that the ID Attribute of those users have changed which might be causing the issue - more information here: https://docs.mattermost.com/deployment/sso-ldap.html#i-updated-a-user-account-in-ad-ldap-and-they-can-no-longer-log-in-to-mattermost.
Also, have you tried using the command --force Ignore duplicate entries on the AD/LDAP server.
?
Hi, I’m able to deactivate a user and remove he from team. However, the user name still shows up when I search that user name in ‘Direct Messages’ window. Is there a way to fully delete a user account?
Hi @ElNovi,
I asked our team about this and one of our community members was wondering if you’d be open to sharing your current configuration (Mattermost and system) for everything you’ve touched trying to make this work.
Also, for 5.3.1, http.ProxyFromEnvironment
is used: app/notification_push.go:188
is part of sendToPushProxy
which had called a.HTTPClient(...)
( app/app.go
) which uses NewHTTPClient
( utils/httpclient.go
).)
Hi @lucy,
There are two levels in user deactivation/deletion:
The first one is user deactivation which is what you performed. After deactivating a user, that user becomes archived and you can still search him/her and read their messages in channels.
The second is user deletion. You can do this via a CLI command. Note that when you permanently delete a user, all their posts and past activities will get permanently deleted.
Hope this helps,
Hi @mkvaghani,
I asked our team about this and one of our community members was wondering about which command you were using for the first output? He also noticed that you’re using node v8.12.0
- would you be able to try with node 10? They also feel that it should be save to remove .npm/_cacache
to fix the error you’re seeing.
Thanks for the quick reply! Appreciate it!
Hi all,
iOS 1.14
Files sent to MM that doesnt have a viewer in iOS app cannot be downloaded.
You see the file but touching does nothing.
In my case is a PDF file.
It is important to be able to download files, no matter what type of file it is.
It would be great if this could be implemented/fixed.
Cheers
Hi @RbDev,
I wasn’t able to reproduce this just now, although I’m on a v1.15 beta version. Perhaps there was a bug that is now fixed for the next release.
ok good. I’m looking forward for the next version.
I had a second look at it and it seems it does work but it hangs until the download is completed.
There is not progress bar showing the download progress therefore the user doesnt know what is happening.
Please have a second look with a larger file.
Is there a way to customize the http header for a Mattermost custom command? Here is a curl command that works from a bash console:
curl -v -H “Content-Type: application/json” -X GET -H “X-Redmine-API-Key: xxxxxxxxxxxxxxxxxxxx” http://localhost/redmine/users.json.
This is a GET to a redmine instance via the redmine API. The redmine API requires an API-key as above.
Given the similarity to Slash commands I pursued this with Slack support. They got right back to me and indicated that they cannot do this and that I would need to use a translator service like Waylay. This is not doable for me as I am working in a private network, and I am not able to open anything up to internet incoming.
So I am asking if it is the same situation with Mattermost.
I am running a Mattermost instance with Gitlab on a private server.
Mattermost version 4.10.1
Database schema 4.10.0
Postgres
I also have success with a GET by using Huginn. Huginn is able to explicitly customize http headers, etc. It is arduous to set up but it works. I guess I could relay commands from Mattermost thru Huginn, but that’s a bunch of work for an app that is supposed to be easy to set up (Mattermost) :).