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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Whenever I'm using query$ in routeData and refresh the page, data is being streamed to client, but then client still sends the request without headers. So for example, if I'm checking cookies in the middleware, first request, will work just fine, server will have in the context's headers cookie, but whenever client sends another request after mounting, server doesn't see any cookies.
The text was updated successfully, but these errors were encountered:
Whenever I'm using query$ in routeData and refresh the page, data is being streamed to client, but then client still sends the request without headers. So for example, if I'm checking cookies in the middleware, first request, will work just fine, server will have in the context's headers cookie, but whenever client sends another request after mounting, server doesn't see any cookies.
Can you make a full repro with more info on this issue? Like files etc
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever I'm using
query$
in routeData and refresh the page, data is being streamed to client, but then client still sends the request without headers. So for example, if I'm checking cookies in the middleware, first request, will work just fine, server will have in the context's headers cookie, but whenever client sends another request after mounting, server doesn't see any cookies.The text was updated successfully, but these errors were encountered: