mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4732] [bug]: No raw body is shown when the response's status is 500 #1766
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#1766
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 @xmh0511 on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4732
Is there an existing issue for this?
Current behavior
The server side will respond to some JSON body to the client when the response status is 500, however, the content is empty when looking at the raw body in Hopscotch.
Steps to reproduce
Environment
Release
Version
Local
@JunaidMancheri commented on GitHub (Feb 9, 2025):
I like to jump on to this bug as my first contribution to this repository, can you please describe more about the "local" Version? I tried it in the browser but seems working fine as expected.
@xmh0511 commented on GitHub (Feb 10, 2025):
The local version is v2025.1.1
@rafalaidlaw commented on GitHub (Jul 7, 2025):
@xmh0511 I could not recreate this issue. Could you provide an example of the request you are making and the response you receive in the HTML tab?