n8n
n8n copied to clipboard
Mattermost - user list is limited to n entries
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:
- Go to 'Action in App'
- Choose 'Mattermost'
- Choose 'Create a reaction'
- 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
Upgraded to n8n Version 1.8.2, but still the same behaviour.
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.
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.
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.
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.
Hey @itsmichaelk,
I have popped in a PR for this, Once reviewed it will be merged and available in a future release.
Fix got released with [email protected]