Some users cannot execute slash commands for plugins
Steps to reproduce
Environment
Server: Mattermost 5.21
All users of a team are configured as either Team admins or System admins. Several plugins are installed. Server has been restarted.
Entering Slash commands for certain plugins don’t work for SOME users (like me System admin role)
eg. /standup, /standup report, /todo list, /todo add
Other commands work: /jira subscribe, /echo
Expected behavior
- Login into Mattermost
- Enter a slash command like /standup, /todo, /autolink
- Command is execute & result is shown
Observed behavior
Nothing happens. Server log is not logging anything. Nginx log is not logging either. This does NOT apply to all users in the team.
The slash commands are send to the server & correctly processed (Browser console), but the response is not displayed in the client.
eg. for /todo list the response is:
{“response_type”:“ephemeral”,“text”:“To Do List:\n\nNothing to do!”,“username”:“todo”,“channel_id”:"",“icon_url”:"",“type”:"",“props”:null,“goto_location”:"",“trigger_id”:“eswkjpbufjym8jjutayofkzo5o”,“skip_slack_parsing”:false,“attachments”:null,“extra_responses”:null}
Tested with desktop app windows 4.4.0 & chrome browser