Sudhagar
The requestEvent in the middleware is different from requestEvent from getRequestEvent in the same
Btw, I don't have a "use server" in the file where I am making getRequestEvent(). If I add that, will it behave the way I am expecting it to behave?
6 replies
The requestEvent in the middleware is different from requestEvent from getRequestEvent in the same
Since middleware and where I am doing another function call for getRequestEvent are two hops apart, I opted to do
getRequestEvent
instead of passing it around.6 replies