You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
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
The text was updated successfully, but these errors were encountered: