risk1996
Fetch on SSR is missing Cookie on request header
I am trying to do SSR with authorization session stored in HttpOnly cookie, as instructed by the best practices laid out on Lucia Auth documentations.
It seems that on the current SSR rendering phase, the cookie header is not passed properly to GET API routes.
I have filed associated GitHub issue here:
https://github.com/solidjs/solid-start/issues/1675
It is highly appreciated if anyone here can help with this!
I have spend a couple of hours figuring things out but could not locate the root cause of the issue (by reading H3, vinxi, and Solid Start codebases on GitHub).
Thank you in advanced!
8 replies