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
The top four elements of the stack trace, are all from this library getting upset about trying to validate a schema against an object coming into wiretap.
I do not know what is causing the issue, there is no way to tell what did what. I would need to see an example request/response and the schema for that request/response as defined in the OpenAPI spec.
There is a way for wiretap to short circuit things if we know what schema element is breaking the underlying library. There is a nil pointer somewhere, but it could be anything.
Please send the details to support [at] pb33f.io if you do not wish to share publicly.
You can probably disregard the custom header. We use it to run the API locally, bypassing an AWS Lambda authorizer. The base64-encoded string is an authorizer event instance.
I am getting the following error for hitting my endpoint via
http://localhost:9090
Due to compliance issues I'm not able to share the API file but would love to provide more information as required.
This seems to have come after #132
The text was updated successfully, but these errors were encountered: