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
Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
I'm not sure if the function types are correct for the Fastify middleware example in the docs. It mentions using FastifyRequest['raw'] but that doesn't give me access to the req.originalUrl property (which exists).
Expected behavior
I think it should use the FastifyRequest type which does provide the autocomplete for originalUrl.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
I'm not sure if the function types are correct for the Fastify middleware example in the docs. It mentions using
FastifyRequest['raw']
but that doesn't give me access to thereq.originalUrl
property (which exists).Expected behavior
I think it should use the
FastifyRequest
type which does provide the autocomplete fororiginalUrl
.The text was updated successfully, but these errors were encountered: