mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4895] [bug]: Proxy interceptor broken since 2025.2 #1842
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#1842
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 @Athorcis on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4895
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Current behavior
Since version 2025.2 proxy interceptor is not working anymore.
Steps to reproduce
Logs and Screenshots
Environment
Production
Hoppscotch Version
Cloud
Interceptor
Proxy - Web App
Browsers Affected
Not browser-specific
Operating System
MacOS
Additional Information
It seems to fail because RESTResponse.toResponse expects a Uint8Array and gets an ArrayBuffer.
@CuriousCorrelation commented on GitHub (Mar 20, 2025):
Hi @Athorcis, thanks for the detailed report and additional information - it was spot on! The new Hoppscotch release v2025.2.3 is out, could you please verify if these updates resolve your issue?
@Athorcis commented on GitHub (Mar 20, 2025):
Hi, the issue is gone, thanks for the fix