Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

SSR First load with SolidStart #80

Open
aquarazorda opened this issue Aug 8, 2023 · 1 comment
Open

SSR First load with SolidStart #80

aquarazorda opened this issue Aug 8, 2023 · 1 comment

Comments

@aquarazorda
Copy link

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.

@aquarazorda aquarazorda changed the title SSR First load SSR First load with SolidStart Aug 8, 2023
@OrJDev
Copy link
Owner

OrJDev commented Aug 24, 2023

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants