Axios not sending cookies to server
I have a flask + vue application for which I’m trying to implement JWT tokens. I have my flask app configured to be setting access and refresh tokens in the cookies and on inspection with chrome dev tools, the cookies are being set correctly. However no matter what I try, I’m not able to send my cookies to my backend (I checked the request headers and cookies are not being set in request) and I’m getting the following error: