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
If I call the getEvent from vinxi in server function the cloudflare context is there depending on the context the server function is called.
In case the server function is called from client e.g. in click handler the cloudflare context is there. And in case the server function is called in loader the context is not there.
Which project does this relate to?
Start
Describe the bug
If I call the
getEvent
from vinxi in server function the cloudflare context is there depending on the context the server function is called.In case the server function is called from client e.g. in click handler the cloudflare context is there. And in case the server function is called in loader the context is not there.
Your Example Website or App
https://tanstack-start-cloudflare-worker.tgec.workers.dev/
The code: https://github.com/Nipsuli/tanstack-start-cloudflare-worker
Steps to Reproduce the Bug or Issue
Expected behavior
As a user I'd expect both the server side and client side calls to have same context.
Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: