Cookie neither being set on browser nor being sent to the backend with requests but are being set by the the backend in the response header
Hi everyone so I had a backend on localhost:5000 where i first logged in and sent access and refresh token in cookies and they are being sent in the api response header but not being set neither on the browser nor being sent with other requests, with what I know I tried multiple approaches still no result.