Mongodb – Why is my cookie not being sent to the client?
I am trying to send a cookie containing a token from my back end (index.js) to my client side. but i am failing to see the cookie on the client-side both with dev tools>network>request headers>cookie (missing header) I also don't…