SyntaxFix
Write A Post
Hire A Developer
Questions
for people still not able to solve it, this answer helped me. stackoverflow answer: 34558264
TLDR; one needs to set {withCredentials: true} in both GET request as well the POST request (getting the cookie) for both axios as well as fetch.
{withCredentials: true}