mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #283] Mobile can't see console for request errors #102
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#102
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 @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:
Expected behavior
The error is printed to the response body so that mobile users can see what went wrong.
Screenshots

Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Additional context
N/A
@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
@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.