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
Can you check how the original aws lambda event looks like and then open a new PR by creating a dedicated test for this and providing the appropriate fix?
Prerequisites
Fastify version
4.25.2
Plugin version
3.5.0
Node.js version
20
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
Description
When a form-submit with action 'GET' sends a query the query will be encoded as URLSearchParams, meaning spaces = + (not %20)
so adjusting this test will fail:
Link to code that reproduces the bug
Expected Behavior
The query parameters should be parsed using 'querystring' to mimic the behaviour of the 'normal' fastify runtime
The text was updated successfully, but these errors were encountered: