Replies: 2 comments
-
Support is currently in progress. See the express-5-support branch. Currently, 29 of 414 tests are failing and require resolution. PRs are very much welcomed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently migrating from express 4.x.x to express 5.x.x. However, the query parsing of an array of string does not work well - the validator fails at recognizing an array, the query param is considered as a string.
So I am wondering to what extent express-open-api is supposed to support Express 5.x.x...? I cannot see anythong in the change-history (but maybe I am not doing right), and coerceType is deprecated, so I don't know what to do...
Remark : req.query does not inherit from Object.prototype anymore ([Object: null prototype]), and maybe it is not supported by express-open-api for now...?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions