Prerequisites
Fastify version
5.6.1
Plugin version
4.0.3
Node.js version
24
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
deb 13.3
Description
I updated the library to the latest version, and after that none of the query parameters were recognized when Express parsed the request.
Request log (you can check originalUrl and query parameters): https://pastebin.com/uWyPR39V
There is no issue if I downgrade to version 4.0.2.
Link to code that reproduces the bug
Private repo
Expected Behavior
Have the query params on the request object.
Prerequisites
Fastify version
5.6.1
Plugin version
4.0.3
Node.js version
24
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
deb 13.3
Description
I updated the library to the latest version, and after that none of the query parameters were recognized when Express parsed the request.
Request log (you can check originalUrl and query parameters): https://pastebin.com/uWyPR39V
There is no issue if I downgrade to version 4.0.2.
Link to code that reproduces the bug
Private repo
Expected Behavior
Have the query params on the request object.