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
yarn
yarn start
curl localhost:3000
curl -X POST localhost:3000
How often does it reproduce? Is there a required condition?
The middlewares are not working if fastify (adapter) is installed. When it is removed the middleware starts to work (express adapter), for both GET and POST requests.
What is the expected behavior?
To return stored value from AsyncLocalStorage.
What do you see instead?
undefined
Additional information
No response
The text was updated successfully, but these errors were encountered:
Version
16/17/18
Platform
5.11.0-43-generic #47~20.04.2-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
yarn
yarn start
curl localhost:3000
curl -X POST localhost:3000
How often does it reproduce? Is there a required condition?
The middlewares are not working if fastify (adapter) is installed. When it is removed the middleware starts to work (express adapter), for both GET and POST requests.
What is the expected behavior?
To return stored value from AsyncLocalStorage.
What do you see instead?
undefined
Additional information
No response
The text was updated successfully, but these errors were encountered: