I have an issue. I’m using the MERN stack technology to develop an application. When I log in, I set the refreshToken to the browser cookie. It’s perfectly set in the cookie.
But the issue is when I reload the React page, the refresh token is gone. What’s the issue here?
how can i fix the cookie delete issue. i need an assist.