eduvpn / apple

app for iOS and macOS
Other
58 stars 18 forks source link

improve error messages in the client #489

Closed ghost closed 1 year ago

ghost commented 1 year ago

It would be really helpful when the macOS/iOS app also shows the URL that was contacted that generates an error so we can figure out what exactly causes the problem. Now it just fills the screen with (part of) the response, but no context.

ghost commented 1 year ago

Other approach: provide a button the user can click to get the full request/response bodies so we know exactly what is going on. Or jump to the exact position in the log file where error details are shown.

ghost commented 1 year ago

As an example, this is very much not helpful:

image

ghost commented 1 year ago

This is actually useful, but doesn't provide the URL that was contacted: image

ghost commented 1 year ago

Another example:

image