Quart(flask) cookie not being set in browser.
Unanswered
Giant Angora posted this in #help-forum
Giant AngoraOP
I'm trying to implement auth in my next.js app, and I used quart as my api backend. On successful login I return a response with set cookie, but the browser doesn't set the cookie, It receives it but doesnt set it, not visible in devtools storage, and/or on my nextjs middleware.