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
When I call getCurrentContext in the middleware, it works.
But when I call an async function like fetching from db in the middleware, and calling getCurrentContext in the callback of that async function, I get null