Client (Qwik) sends session cookie but server (Nestjs) doesn’t receive it. Why?
I have a flow set up so that my server sends a session cookie to the client, and in subsequent requests the client sends the cookie back to the server. I tried this on two browsers: Arc and Edge. Both the server and client are hosted on localhost.