Request Context's properties are null when defined in Server Entry Point
I am trying to follow Server Entry Point and i try to define request context there, as defined.
However in middleware for my Route i expect to get the values of context properties that i have set, but they are all
However in middleware for my Route i expect to get the values of context properties that i have set, but they are all
null.Server Entry Point [!NOTE] The server entry point is optional out of the box. If not provided, TanStack Start will automatically handle the server entry point for you using the below as a default. Thi...
