cannot access to array query parameter with defined parameter name when axios and fastify #354
Open
2 of 3 tasks
Labels
priority/1
planning to do next
Description
Issue
cannot access to array query parameter with defined parameter name.
example, defined methods
api/something/index.ts
but cannot access to query.value in controller even pass the query params.
and array query params is mapped to <name>[]
please check this behavior in this repo
Reason
axios is serializing array query parameters to "key[]=value0&key[]=value1&...&key[]=value".
but default fastify's querystring parser deserializing into
Environment
v0.32.6
14.17.1
8.3.1
Additional context
The text was updated successfully, but these errors were encountered: