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
So my project was working and now its not. The issue is that path parameters are validated against the spec document but query parameters are not being validated causing the exegesis functions to trigger regardless of whether the query is valid. Is it a bug that manifests randomly or what could be causing it?
The text was updated successfully, but these errors were encountered:
When I log the parameters through context.params.query, all the parameters are undefined and yet the function is still triggered.
I have checked the docs and exegesis should return error 400 if undefined query params are requested and in this case, it is not. Weird.
So my project was working and now its not. The issue is that path parameters are validated against the spec document but query parameters are not being validated causing the exegesis functions to trigger regardless of whether the query is valid. Is it a bug that manifests randomly or what could be causing it?
The text was updated successfully, but these errors were encountered: