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
Observing @hapi/lib/validation.js, the error appears to be that the the "binary" response schema is not being honored, with request.response.variety being set to "plain" when it should be "buffer".
Support plan
Context
What are you trying to achieve or the steps to reproduce?
Given this response:
With this config:
What was the result you got?
What result did you expect?
Success/no error.
Observing
@hapi/lib/validation.js
, the error appears to be that the the "binary" response schema is not being honored, withrequest.response.variety
being set to "plain" when it should be "buffer".The text was updated successfully, but these errors were encountered: