Trying to set cookies in client with node/express server and Next.js client
Unanswered
Blue swimming crab posted this in #help-forum
Blue swimming crabOP
Hi, Im attempting to set cookies in my frontend which is using Next.js.
I'm calling a node/express API endpoint from my next.js Client using server actions using Axios to make the request. I've checked with postman that I correctly get cookies from my endpoint. I provided images of the server action and where I invoke the server action (which is inside a client component).
any suggestions on what to do?
I'm calling a node/express API endpoint from my next.js Client using server actions using Axios to make the request. I've checked with postman that I correctly get cookies from my endpoint. I provided images of the server action and where I invoke the server action (which is inside a client component).
any suggestions on what to do?