Replies: 1 comment
-
|
I wouldn't mind if the calls to Would you like to open a PR to get this started? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Below-HTTP errors, e.g. connection reset, during
Issuer.discover()throw errors without a useful stack trace. Example:To Reproduce
Issuer and Client configuration: N/A - Crash occurred before these could be constructed.
Steps to reproduce the behaviour:
Expected behaviour
The stack trace should include the call to
Issuer.discover()and everything leading up to that. This is the case when the request is successful but a HTTP error, such as 404, is returned:Environment:
Additional context
Beta Was this translation helpful? Give feedback.
All reactions