-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the bug has not already been reported
Fastify version
5.8.2
Plugin version
11.4.1
Node.js version
latest
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
15.3.1
Description
QueryParams are not re-appended in fromParameters if the prefix does not include ":", here
This way we loose the queryParams when we use this function.
Link to code that reproduces the bug
Expected Behavior
The queryParams should be re-appended in both scenarios. We should add here the following
if (queryParams) {
dest += `?${qs.stringify(queryParams)}`
}
and remove from here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels