n8n icon indicating copy to clipboard operation
n8n copied to clipboard

Mattermost - user list is limited to n entries

Open itsmichaelk opened this issue 1 year ago • 7 comments

Describe the bug When I want to add a reaction to a message sent, I can only access the first 48 users in the user's drop down list. Even when I search for someone that is not listed within these 48 users, it doesn't give me the opportunity to find and select this user.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Action in App'
  2. Choose 'Mattermost'
  3. Choose 'Create a reaction'
  4. Click in the drop down list of 'User Name or ID' and try to select a user with an alphabetical higher letter.

Expected behavior I can see the user being retrieved and can select him.

Environment (please complete the following information):

  • OS: Docker @ Ubuntu 22.04.3
  • n8n Version: 1.7.1
  • Database system: SQLite
  • Operation mode: main

itsmichaelk avatar Oct 04 '23 12:10 itsmichaelk

Upgraded to n8n Version 1.8.2, but still the same behaviour.

itsmichaelk avatar Oct 04 '23 12:10 itsmichaelk

Hey @itsmichaelk,

Thanks for the report, It looks like on the loadOptions we use the single apiRequest function instead of the paginated call. I have created NODE-869 as the internal dev ticket to get this resolved.

Joffcom avatar Oct 18 '23 14:10 Joffcom

Hey Joffcom,

Is there any way to keep track of the 'NODE-869' issue? We'd really like to switch from our manual webhooks to n8n workflows, but we can't select the Mattermost channel we need because it's not listed.

itsmichaelk avatar Dec 18 '23 09:12 itsmichaelk

Hello @Joffcom Is there any way we can keep track of this issue? This is affecting us a lot and we cannot switch to our n8n workflows due to this bug.

itsmichaelk avatar Jan 26 '24 10:01 itsmichaelk

Hey @itsmichaelk,

We don't have a public page to check but I have just taken a look and this is currently in the backlog waiting to be picked up. I have some time set aside coming up to go through and fix some of the smaller issues like this so I will make sure I get this one covered.

Joffcom avatar Mar 25 '24 17:03 Joffcom

Hey @itsmichaelk,

I have popped in a PR for this, Once reviewed it will be merged and available in a future release.

Joffcom avatar May 15 '24 14:05 Joffcom

Fix got released with [email protected]

janober avatar May 22 '24 16:05 janober