[GH-ISSUE #4895] [bug]: Proxy interceptor broken since 2025.2 #1842

Closed
opened 2026-03-16 22:02:31 +03:00 by kerem · 2 comments
Owner

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?

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

Current behavior

Since version 2025.2 proxy interceptor is not working anymore.

Steps to reproduce

  • Go to https://hoppscotch.io/
  • Select proxy interceptor in settings
  • Send a request to any URL (except echo.hoppscotch.io)
  • It fails with network_fail

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.

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? - [x] I have searched existing issues and this bug hasn't been reported yet ### Current behavior Since version 2025.2 proxy interceptor is not working anymore. ### Steps to reproduce - Go to https://hoppscotch.io/ - Select proxy interceptor in settings - Send a request to any URL (except echo.hoppscotch.io) - It fails with network_fail ### Logs and Screenshots ```shell ``` ### 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.
kerem 2026-03-16 22:02:31 +03:00
Author
Owner

@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?

<!-- gh-comment-id:2739287255 --> @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](https://github.com/hoppscotch/hoppscotch/releases/tag/2025.2.3) is out, could you please verify if these updates resolve your issue?
Author
Owner

@Athorcis commented on GitHub (Mar 20, 2025):

Hi, the issue is gone, thanks for the fix

<!-- gh-comment-id:2739474842 --> @Athorcis commented on GitHub (Mar 20, 2025): Hi, the issue is gone, thanks for the fix
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#1842
No description provided.