mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5553] [bug]: Failed to get collection requests with server side error #2142
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#2142
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 @ChenLuoi on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5553
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
What Happened
After upgrade to 2025.10.0, a server side error occurs when expand a folder to show all request under the folder.
Steps
Logs
frontend request payload
front request response
server side error logs
Addition
I am using hoppscotch by docker aio. This is docker compose file:
There is another error when create mock server
Deployment Type
Self-hosted (on-prem deployment)
Version
2025.10.0
@ChenLuoi commented on GitHub (Nov 3, 2025):
All features work normally when downgrade to 2025.9.2
@jamesgeorge007 commented on GitHub (Nov 3, 2025):
Hi @ChenLuoi, the v2025.10.0 release includes database migrations for the mock server feature, as indicated by the stack trace. Please ensure to run the latest migrations after upgrading. Here's the documentation for reference.