Replies: 2 comments 3 replies
-
|
There were no plans. Do you have an API in mind? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey @koote not necessarily something you'd want to do in prod. But you probably could pass down an http.Client with a custom transport that logs out the response body. I'm facing the same error as you and hope to solve it this way. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I hit a JSON deserialization error
failed to unmarshal JWK setinsidejwk.Fetchwhen running in production environment, obviously the response body is not in JSON format, I've check the/certsendpoint and tried to download using browser, everything works fine on my local computer as well as the test environment, I cannot repo this in a non-production environment, also there is no way to dump the content of response body when callingjwk.Fetch, is there a plan to add this feature? Thanks.Beta Was this translation helpful? Give feedback.
All reactions