[GH-ISSUE #283] Mobile can't see console for request errors #102

Closed
opened 2026-03-16 13:25:40 +03:00 by kerem · 2 comments
Owner

Originally created by @WalshyDev on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/283

Describe the bug
I did a POST request and got a "Network Error" status, the response body said See JavaScript console (F12) for details.. This isn't possible on mobile. It would be nice to send that error right to the body text area instead.

To Reproduce
Steps to reproduce the behavior:

  1. Create request for invalid URL (Such as https://fail.walshy.dev)
  2. Send
  3. See the response body say to check console

Expected behavior
The error is printed to the response body so that mobile users can see what went wrong.

Screenshots
6565B2ED-4A61-47BF-BB07-0A8878A027C5

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):

  • Device: iPhone XR
  • OS: iOS
  • Browser: Safari
  • Version: 12? (iOS 12.1.2)

Additional context
N/A

Originally created by @WalshyDev on GitHub (Nov 7, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/283 **Describe the bug** I did a POST request and got a "Network Error" status, the response body said `See JavaScript console (F12) for details.`. This isn't possible on mobile. It would be nice to send that error right to the body text area instead. **To Reproduce** Steps to reproduce the behavior: 1. Create request for invalid URL (Such as https://fail.walshy.dev) 2. Send 3. See the response body say to check console **Expected behavior** The error is printed to the response body so that mobile users can see what went wrong. **Screenshots** ![6565B2ED-4A61-47BF-BB07-0A8878A027C5](https://user-images.githubusercontent.com/8492901/68402352-1b5a7000-0173-11ea-95d7-dcc15c58dca4.png) **Desktop (please complete the following information):** N/A **Smartphone (please complete the following information):** - Device: iPhone XR - OS: iOS - Browser: Safari - Version: 12? (iOS 12.1.2) **Additional context** N/A
kerem closed this issue 2026-03-16 13:25:45 +03:00
Author
Owner

@liyasthomas commented on GitHub (Nov 7, 2019):

Ohh! That prompt was a generic one made for letting the users know some error from either server or API side has been occurred.
Originally it was intended for desktop, but anyway thanks for bringing this up. It somehow reduce user experience. Will update with a more accurate prompt on such cases

<!-- gh-comment-id:551128865 --> @liyasthomas commented on GitHub (Nov 7, 2019): Ohh! That prompt was a generic one made for letting the users know some error from either server or API side has been occurred. Originally it was intended for desktop, but anyway thanks for bringing this up. It somehow reduce user experience. Will update with a more accurate prompt on such cases
Author
Owner

@NBTX commented on GitHub (Nov 7, 2019):

9 times out of 10 it's not possible to get the details of the error on the website because if it's to do with a request failure, the browser has strict requirements on what errors and what properties of those errors can be viewed.

As there is no developer tools on mobile, I resorted to simply displaying a generic error message.

<!-- gh-comment-id:551273532 --> @NBTX commented on GitHub (Nov 7, 2019): 9 times out of 10 it's not possible to get the details of the error on the website because if it's to do with a request failure, the browser has strict requirements on what errors and what properties of those errors can be viewed. As there is no developer tools on mobile, I resorted to simply displaying a generic error message.
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#102
No description provided.