I send a post request and I need to get a cookie as a response with some more data.
I'm getting all the other data (user info, so the cors() is OK) and to get the cookie (at least in theory) I need to add withCredentials: true, but for some reason, when I deploy on netlify.com, does not do that.
Check that your cookies has SameSite=None and Secure. Its important for Chrome