mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5922] [bug]: Add members to workspace selectionlist shows only a top 10 users #2323
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2323
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jesperbaardman on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5922
Is there an existing issue for this?
Platform
Web App
Browser
Other (specify in additional info)
Operating System
Other (specify in additional info)
Bug Description
We have a self-hosted installation of hoppscotch (17 users currently) where we encounter the following issue when adding members to a workspace:
When I add members to a Workspace from the Admin portal, the suggestions selection list for adding members shows only the top 10 users in order of creation. All users that accepted later aren't shown for selection. After typing (parts) of their emailaddress, the list isn't filtered either.
Example:

Trying to add cba*****@***.:
User in Userlist:

Tried in browsers: Safari, Chrome, Firefox
Currently installed version: v2026.2.0
Deployment Type
Self-hosted (on-prem deployment)
Version
v2026.2.0
@PranayPaka commented on GitHub (Mar 2, 2026):
Hi! I’d like to work on this issue as part of FOSS Hack. I’ll start investigating and share findings shortly.
@jesperbaardman commented on GitHub (Mar 4, 2026):
Might have the same cause as https://github.com/hoppscotch/hoppscotch/issues/5908, meaning it might be solved by https://github.com/hoppscotch/hoppscotch/pull/5932?
@PranayPaka commented on GitHub (Mar 7, 2026):
Ah, Yes i do think it has been solved by #5932