Relative Content

Tag Archive for expressnext.jsnextjs-15

next js Request not send cookie

i have external api in express js in next js (frontend) while im storing a cookie in the browser after a successful login. However, when making subsequent requests to the server, the cookie is not being sent with the request, even though it is stored in the browser’s cookie storage.