[GH-ISSUE #5931] [bug]: Team collections sidebar only renders 10 root-level collections #2330

Closed
opened 2026-03-16 23:59:22 +03:00 by kerem · 1 comment
Owner

Originally created by @alschenk on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5931

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Platform

Web App

Browser

Edge

Operating System

Windows

Bug Description

Is there an existing issue for this?
I have searched the existing issues and couldnt found the exact problem. But these seem to be related cause: #2096, #5426

Current behavior
When a team has more than 10 root-level collections, only 10 are rendered
in the sidebar. The 11th and beyond are silently invisible — no scroll,
no pagination indicator, no error.

The collections exist correctly in the database with valid orderIndex values
and no missing parentID. Deleting any visible collection causes the previously
hidden one to appear, confirming it is a rendering/pagination cutoff at exactly 10.

Expected behavior
All root-level team collections are rendered regardless of count.

Steps to reproduce

  1. Create a team workspace (self-hosted)
  2. Create 11 or more root-level collections in that team
  3. Observe that only 10 are shown in the sidebar
  4. Delete any of the 10 visible ones → the 11th appears

Environment

  • Version: v2026.2.0 (self-hosted AIO Docker)
  • Platform: Web App + Desktop App (both affected)
  • Browser: tested in Chrome/Edge and via Desktop App

Suspected cause
Seems like same root cause as #5426 — the GraphQL/REST list query uses a default
page size of take=10 with no follow-up cursor request, so items beyond
the first page are never fetched.

Deployment Type

Self-hosted (on-prem deployment)

Version

v2026.2.0

Originally created by @alschenk on GitHub (Mar 3, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5931 ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Web App ### Browser Edge ### Operating System Windows ### Bug Description **Is there an existing issue for this?** I have searched the existing issues and couldnt found the exact problem. But these seem to be related cause: #2096, #5426 **Current behavior** When a team has more than 10 root-level collections, only 10 are rendered in the sidebar. The 11th and beyond are silently invisible — no scroll, no pagination indicator, no error. The collections exist correctly in the database with valid orderIndex values and no missing parentID. Deleting any visible collection causes the previously hidden one to appear, confirming it is a rendering/pagination cutoff at exactly 10. **Expected behavior** All root-level team collections are rendered regardless of count. **Steps to reproduce** 1. Create a team workspace (self-hosted) 2. Create 11 or more root-level collections in that team 3. Observe that only 10 are shown in the sidebar 4. Delete any of the 10 visible ones → the 11th appears **Environment** - Version: v2026.2.0 (self-hosted AIO Docker) - Platform: Web App + Desktop App (both affected) - Browser: tested in Chrome/Edge and via Desktop App **Suspected cause** Seems like same root cause as #5426 — the GraphQL/REST list query uses a default page size of take=10 with no follow-up cursor request, so items beyond the first page are never fetched. ### Deployment Type Self-hosted (on-prem deployment) ### Version v2026.2.0
kerem 2026-03-16 23:59:22 +03:00
Author
Owner

@jamesgeorge007 commented on GitHub (Mar 3, 2026):

Thanks for the detailed report. Closing in favour of #5908. Please follow it for updates.

<!-- gh-comment-id:3991321160 --> @jamesgeorge007 commented on GitHub (Mar 3, 2026): Thanks for the detailed report. Closing in favour of #5908. Please follow it for updates.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2330
No description provided.