I getting the cookies working fine without server components but the issue is when we use cross domain it is not working i tried all possible ways like crossDomain options in cors secure,http,setting the cors headers everything
the cookies is setting in backend and sent to the setHeaders in res with cors options in localhost it is working very fine i getting the cookies and sent from client side to the backend through req.headers working very fine but not different ip or domain it is failing