mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4423] [bug]: Collections not fully displayed after upgrade to v2024.7.2 #1623
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#1623
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 @itayozer9 on GitHub (Oct 10, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4423
Is there an existing issue for this?
Current behavior
When we upgraded Hoppscotch from version 2023.8.2 to 2024.7.2, we noticed an issue with collections in the shared workspace. We have 811 collections, but only 30 are displayed in the web interface. We can still search for and find the other collections, meaning they exist in the database, but they aren't shown in the regular list.
We verified that all collections are present in the database, and we ran the necessary database migration script during the upgrade (
pnpx prisma migrate deploy).Expected behavior
All 811 collections should be displayed in the web interface, allowing us to see and navigate through them without having to use the search function.
Export Attempt
I also tried to export the collections as JSON to get the full set, and the exported file contains all 811 collections. However, the file is over 10MB, making it impossible to import into another collection.
Steps to reproduce
Environment
Production
Version
Self-hosted 2024.7.2
@mirarifhasan commented on GitHub (Aug 29, 2025):
Hi,
We’ve worked on a similar issue in our latest release v2025.8.0. Could you please try updating to the latest version and let us know if you’re still experiencing the problem?