server functions and ssr, how to get client headers during ssr when calling server functions
I need to get a token from the cookie, everything works greatly as long as the client is calling the server functions but if ssr is triggered and the server makes the calls then the headers are not forwared, what is the best way to achieve this?
0 Replies