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
null.
Server Entry Point | TanStack Start React Docs
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...
3 Replies
other-emerald•2mo ago
This is happening for me too. There's an example repo made by someone else here: https://github.com/backpine/tanstack-start-on-cloudflare which reproduces the issue
GitHub
GitHub - backpine/tanstack-start-on-cloudflare
Contribute to backpine/tanstack-start-on-cloudflare development by creating an account on GitHub.
extended-salmonOP•2mo ago
any resolution to this?
flat-fuchsia•2mo ago
we are working on a solution